Home
last modified time | relevance | path

Searched refs:AllocType (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/
DRSKernelExpand.cpp188 bool isStepOptSupported(llvm::Type *AllocType) { in isStepOptSupported() argument
190 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType); in isStepOptSupported()
197 if (AllocType == VoidPtrTy) { in isStepOptSupported()
211 if (AllocType->getStructName().find("coerce") != llvm::StringRef::npos) { in isStepOptSupported()
218 if (AllocType == V2xi64Ty || AllocType == Int128Ty) { in isStepOptSupported()
235 llvm::Value *getStepValue(llvm::DataLayout *DL, llvm::Type *AllocType, in getStepValue() argument
238 bccAssert(AllocType); in getStepValue()
240 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType); in getStepValue()
241 if (isStepOptSupported(AllocType)) { in getStepValue()
/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp491 enum AllocType : uint8_t { enum in _C2BufferPoolAllocator
500 AllocType allocType;