Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSForEachExpand.cpp207 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); in getStepValue() local
208 return llvm::ConstantInt::get(Int32Ty, ETSize); in getStepValue()
221 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); in buildTypes() local
222 llvm::Type *Int32ArrayInputLimitTy = llvm::ArrayType::get(Int32Ty, RS_KERNEL_INPUT_LIMIT); in buildTypes()
224 llvm::Type *Int32Array4Ty = llvm::ArrayType::get(Int32Ty, 4); in buildTypes()
238 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t x in buildTypes()
239 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t y in buildTypes()
240 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t z in buildTypes()
241 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t lod in buildTypes()
242 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t face in buildTypes()
[all …]
DRSGlobalInfoPass.cpp129 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(M.getContext()); in runOnModule() local
198 llvm::ArrayType *Int32ArrayTy = llvm::ArrayType::get(Int32Ty, NumGlobals); in runOnModule()
201 llvm::Value *V = M.getOrInsertGlobal(kRsGlobalEntries, Int32Ty); in runOnModule()
205 llvm::ConstantInt::get(Int32Ty, NumGlobals); in runOnModule()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp3092 Type *Int32Ty = IntegerType::getInt32Ty(CurBB->getContext()); in ParseFunctionBody() local
3094 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, Int32Ty); in ParseFunctionBody()
3095 I = CallInst::CreateMalloc(CurBB, Int32Ty, Ty->getElementType(), in ParseFunctionBody()