Searched refs:Int32PtrTy (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULateCodeGenPrepare.cpp | 165 PointerType *Int32PtrTy = Type::getInt32PtrTy(LI.getContext(), AS); in visitLoadInst() local 170 Int32PtrTy); in visitLoadInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | PreISelIntrinsicLowering.cpp | 36 Type *Int32PtrTy = Int32Ty->getPointerTo(); in lowerLoadRelative() local 48 Value *OffsetPtrI32 = B.CreateBitCast(OffsetPtr, Int32PtrTy); in lowerLoadRelative()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 243 Type *IntptrTy, *IntptrPtrTy, *Int64Ty, *Int64PtrTy, *Int32Ty, *Int32PtrTy, member in __anon8c19cfa10111::ModuleSanitizerCoverage 414 Int32PtrTy = PointerType::getUnqual(IRB.getInt32Ty()); in instrumentModule() 482 M.getOrInsertFunction(SanCovTracePCGuardName, VoidTy, Int32PtrTy); in instrumentModule() 491 SanCovTracePCGuardInitName, Int32PtrTy, in instrumentModule() 922 Int32PtrTy); in InjectCoverageAtBlock()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 2273 Type *Int32PtrTy = Type::getInt32PtrTy(Ctx); in processCopyingStore() local 2277 HexagonVolatileMemcpyName, VoidTy, Int32PtrTy, Int32PtrTy, Int32Ty); in processCopyingStore() 2288 Value *Op0 = (StoreBasePtr->getType() == Int32PtrTy) in processCopyingStore() 2290 : CondBuilder.CreateBitCast(StoreBasePtr, Int32PtrTy); in processCopyingStore() 2291 Value *Op1 = (LoadBasePtr->getType() == Int32PtrTy) in processCopyingStore() 2293 : CondBuilder.CreateBitCast(LoadBasePtr, Int32PtrTy); in processCopyingStore()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 397 PointerType *Int32PtrTy = PointerType::getUnqual(Int32Ty); member in __anon008eecce0111::LowerTypeTestsModule 1616 lowerTypeTestCalls(TypeIds, ConstantPointerNull::get(Int32PtrTy), in buildBitSetsFromFunctionsWASM()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 5207 Type *Int32PtrTy = Int32Ty->getPointerTo(); in SimplifyRelativeLoad() local 5219 Int32Ty, ConstantExpr::getBitCast(Ptr, Int32PtrTy), in SimplifyRelativeLoad()
|