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

/frameworks/compile/libbcc/lib/
H A DRSKernelExpand.cpp188 bool isStepOptSupported(llvm::Type *AllocType) { argument
190 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType);
197 if (AllocType == VoidPtrTy) {
211 if (AllocType->getStructName().find("coerce") != llvm::StringRef::npos) {
218 if (AllocType == V2xi64Ty || AllocType == Int128Ty) {
235 llvm::Value *getStepValue(llvm::DataLayout *DL, llvm::Type *AllocType, argument
238 bccAssert(AllocType);
240 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType);
241 if (isStepOptSupported(AllocType)) {
[all...]

Completed in 26 milliseconds