Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSKernelExpand.cpp221 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); in getStepValue() local
222 return llvm::ConstantInt::get(Int32Ty, ETSize); in getStepValue()
235 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); in buildTypes() local
236 llvm::Type *Int32ArrayInputLimitTy = llvm::ArrayType::get(Int32Ty, RS_KERNEL_INPUT_LIMIT); in buildTypes()
238 llvm::Type *Int32Array4Ty = llvm::ArrayType::get(Int32Ty, 4); in buildTypes()
252 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t x in buildTypes()
253 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t y in buildTypes()
254 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t z in buildTypes()
255 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t lod in buildTypes()
256 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.cpp3088 Type *Int32Ty = IntegerType::getInt32Ty(CurBB->getContext()); in ParseFunctionBody() local
3090 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, Int32Ty); in ParseFunctionBody()
3091 I = CallInst::CreateMalloc(CurBB, Int32Ty, Ty->getElementType(), in ParseFunctionBody()