Searched refs:Int32Ty (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/compile/libbcc/lib/ |
H A D | RSKernelExpand.cpp | 244 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); in getStepValue() local 245 return llvm::ConstantInt::get(Int32Ty, ETSize); in getStepValue() 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() 331 {RsExpandKernelDriverInfoPfxPtrTy, Int32Ty, Int32Ty, Int32Ty}, false); in buildTypes() 368 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); in createEmptyExpandedReduceAccumulator() local 373 Int32Ty, Int32Ty, AccumArgTy}, false); in createEmptyExpandedReduceAccumulator() 730 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); in ExpandInputsBody() local [all …]
|
H A D | RSGlobalInfoPass.cpp | 129 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()
|
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
H A D | BitcodeReader.cpp | 3100 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()
|