Home
last modified time | relevance | path

Searched refs:Int32Ty (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/libbcc/lib/
DRSKernelExpand.cpp244 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); in getStepValue() local
245 return llvm::ConstantInt::get(Int32Ty, ETSize); in getStepValue()
258 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); in buildTypes() local
259 llvm::Type *Int32ArrayInputLimitTy = llvm::ArrayType::get(Int32Ty, RS_KERNEL_INPUT_LIMIT); in buildTypes()
261 llvm::Type *Int32Array4Ty = llvm::ArrayType::get(Int32Ty, 4); in buildTypes()
275 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t x in buildTypes()
276 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t y in buildTypes()
277 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t z in buildTypes()
278 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t lod in buildTypes()
279 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t face in buildTypes()
[all …]
DRSGlobalInfoPass.cpp129 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(M.getContext()); in runOnModule() local
203 llvm::ArrayType *Int32ArrayTy = llvm::ArrayType::get(Int32Ty, NumGlobals); in runOnModule()
206 llvm::Value *V = M.getOrInsertGlobal(kRsGlobalEntries, Int32Ty); in runOnModule()
210 llvm::ConstantInt::get(Int32Ty, NumGlobals); in runOnModule()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp3100 Type *Int32Ty = IntegerType::getInt32Ty(CurBB->getContext()); in ParseFunctionBody() local
3102 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, Int32Ty); in ParseFunctionBody()
3103 I = CallInst::CreateMalloc(CurBB, Int32Ty, Ty->getElementType(), in ParseFunctionBody()