Searched refs:Int32PtrTy (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | EfficiencySanitizer.cpp | 370 auto *Int32PtrTy = Type::getInt32PtrTy(*Ctx); in createCacheFragInfoGV() local 386 StructType::get(Int8PtrTy, Int32Ty, Int32Ty, Int32PtrTy, Int32PtrTy, in createCacheFragInfoGV() 450 Offset == nullptr ? ConstantPointerNull::get(Int32PtrTy) in createCacheFragInfoGV() 451 : ConstantExpr::getPointerCast(Offset, Int32PtrTy), in createCacheFragInfoGV() 452 Size == nullptr ? ConstantPointerNull::get(Int32PtrTy) in createCacheFragInfoGV() 453 : ConstantExpr::getPointerCast(Size, Int32PtrTy), in createCacheFragInfoGV()
|
| H A D | SanitizerCoverage.cpp | 235 Type *IntptrTy, *IntptrPtrTy, *Int64Ty, *Int64PtrTy, *Int32Ty, *Int32PtrTy, member in __anon623d6c7b0111::SanitizerCoverageModule 325 Int32PtrTy = PointerType::getUnqual(IRB.getInt32Ty()); in runOnModule() 402 SanCovTracePCGuardName, VoidTy, Int32PtrTy)); in runOnModule() 410 Ctor = CreateInitCallsForSections(M, SanCovTracePCGuardInitName, Int32PtrTy, in runOnModule() 794 Int32PtrTy); in InjectCoverageAtBlock()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | PreISelIntrinsicLowering.cpp | 35 Type *Int32PtrTy = Int32Ty->getPointerTo(); in lowerLoadRelative() local 47 Value *OffsetPtrI32 = B.CreateBitCast(OffsetPtr, Int32PtrTy); in lowerLoadRelative()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 2252 Type *Int32PtrTy = Type::getInt32PtrTy(Ctx); in processCopyingStore() local 2256 Int32PtrTy, Int32PtrTy, Int32Ty); in processCopyingStore() 2269 Value *Op0 = (StoreBasePtr->getType() == Int32PtrTy) in processCopyingStore() 2271 : CondBuilder.CreateBitCast(StoreBasePtr, Int32PtrTy); in processCopyingStore() 2272 Value *Op1 = (LoadBasePtr->getType() == Int32PtrTy) in processCopyingStore() 2274 : CondBuilder.CreateBitCast(LoadBasePtr, Int32PtrTy); in processCopyingStore()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 339 PointerType *Int32PtrTy = PointerType::getUnqual(Int32Ty); member in __anonb4fd30e80111::LowerTypeTestsModule 1520 lowerTypeTestCalls(TypeIds, ConstantPointerNull::get(Int32PtrTy), in buildBitSetsFromFunctionsWASM()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 4841 Type *Int32PtrTy = Int32Ty->getPointerTo(); in SimplifyRelativeLoad() local 4853 Int32Ty, ConstantExpr::getBitCast(Ptr, Int32PtrTy), in SimplifyRelativeLoad()
|