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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSKernelExpand.cpp165 bool isStepOptSupported(llvm::Type *AllocType) { argument
167 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType);
174 if (AllocType == VoidPtrTy) {
188 if (AllocType->getStructName().find("coerce") != llvm::StringRef::npos) {
195 if (AllocType == V2xi64Ty || AllocType == Int128Ty) {
212 llvm::Value *getStepValue(llvm::DataLayout *DL, llvm::Type *AllocType, argument
215 bccAssert(AllocType);
217 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType);
218 if (isStepOptSupported(AllocType)) {
[all...]

Completed in 67 milliseconds