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

/frameworks/rs/rsov/compiler/
H A DGlobalMergePass.cpp54 IntegerType *Int32Ty = Type::getInt32Ty(M.getContext());
73 Value *Idx[2] = {ConstantInt::get(Int32Ty, 0), nullptr};
77 Idx[1] = ConstantInt::get(Int32Ty, i);
/frameworks/compile/libbcc/lib/
H A DRSKernelExpand.cpp244 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); local
245 return llvm::ConstantInt::get(Int32Ty, ETSize);
258 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); local
259 llvm::Type *Int32ArrayInputLimitTy = llvm::ArrayType::get(Int32Ty, RS_KERNEL_INPUT_LIMIT);
261 llvm::Type *Int32Array4Ty = llvm::ArrayType::get(Int32Ty, 4);
275 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t x
276 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t y
277 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t z
278 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t lod
279 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_
368 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); local
730 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); local
927 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); local
[all...]
H A DRSGlobalInfoPass.cpp129 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(M.getContext()); variable
203 llvm::ArrayType *Int32ArrayTy = llvm::ArrayType::get(Int32Ty, NumGlobals);
206 llvm::Value *V = M.getOrInsertGlobal(kRsGlobalEntries, Int32Ty);
210 llvm::ConstantInt::get(Int32Ty, NumGlobals);
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp3100 Type *Int32Ty = IntegerType::getInt32Ty(CurBB->getContext());
3102 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, Int32Ty);
3103 I = CallInst::CreateMalloc(CurBB, Int32Ty, Ty->getElementType(),

Completed in 3640 milliseconds