Home
last modified time | relevance | path

Searched refs:Int32PtrTy (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp163 PointerType *Int32PtrTy = Type::getInt32PtrTy(LI.getContext(), AS); in visitLoadInst() local
170 Int32PtrTy); in visitLoadInst()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp36 Type *Int32PtrTy = Int32Ty->getPointerTo(); in lowerLoadRelative() local
47 Value *OffsetPtrI32 = B.CreateBitCast(OffsetPtr, Int32PtrTy); in lowerLoadRelative()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp271 *Int32PtrTy, *Int16PtrTy, *Int16Ty, *Int8Ty, *Int8PtrTy, *Int1Ty, member in __anon9268006d0111::ModuleSanitizerCoverage
406 Int32PtrTy = PointerType::getUnqual(IRB.getInt32Ty()); in instrumentModule()
451 M.getOrInsertFunction(SanCovLoad4, VoidTy, Int32PtrTy); in instrumentModule()
462 M.getOrInsertFunction(SanCovStore4, VoidTy, Int32PtrTy); in instrumentModule()
496 M.getOrInsertFunction(SanCovTracePCGuardName, VoidTy, Int32PtrTy); in instrumentModule()
904 Type *PointerType[5] = {Int8PtrTy, Int16PtrTy, Int32PtrTy, Int64PtrTy, in InjectTraceForLoadsAndStores()
987 Int32PtrTy); in InjectCoverageAtBlock()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2266 Type *Int32PtrTy = Type::getInt32PtrTy(Ctx); in processCopyingStore() local
2270 HexagonVolatileMemcpyName, VoidTy, Int32PtrTy, Int32PtrTy, Int32Ty); in processCopyingStore()
2281 Value *Op0 = (StoreBasePtr->getType() == Int32PtrTy) in processCopyingStore()
2283 : CondBuilder.CreateBitCast(StoreBasePtr, Int32PtrTy); in processCopyingStore()
2284 Value *Op1 = (LoadBasePtr->getType() == Int32PtrTy) in processCopyingStore()
2286 : CondBuilder.CreateBitCast(LoadBasePtr, Int32PtrTy); in processCopyingStore()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp414 PointerType *Int32PtrTy = PointerType::getUnqual(Int32Ty); member in __anon47d01f1a0111::LowerTypeTestsModule
1638 lowerTypeTestCalls(TypeIds, ConstantPointerNull::get(Int32PtrTy), in buildBitSetsFromFunctionsWASM()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5864 Type *Int32PtrTy = Int32Ty->getPointerTo(); in simplifyRelativeLoad() local
5876 Int32Ty, ConstantExpr::getBitCast(Ptr, Int32PtrTy), in simplifyRelativeLoad()