Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPreISelIntrinsicLowering.cpp36 Type *Int32PtrTy = Int32Ty->getPointerTo(); in lowerLoadRelative() local
48 Value *OffsetPtrI32 = B.CreateBitCast(OffsetPtr, Int32PtrTy); in lowerLoadRelative()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp237 Type *IntptrTy, *IntptrPtrTy, *Int64Ty, *Int64PtrTy, *Int32Ty, *Int32PtrTy, member in __anon9ed5d2a00111::ModuleSanitizerCoverage
376 Int32PtrTy = PointerType::getUnqual(IRB.getInt32Ty()); in instrumentModule()
450 M.getOrInsertFunction(SanCovTracePCGuardName, VoidTy, Int32PtrTy); in instrumentModule()
459 SanCovTracePCGuardInitName, Int32PtrTy, in instrumentModule()
875 Int32PtrTy); in InjectCoverageAtBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp2255 Type *Int32PtrTy = Type::getInt32PtrTy(Ctx); in processCopyingStore() local
2259 HexagonVolatileMemcpyName, VoidTy, Int32PtrTy, Int32PtrTy, Int32Ty); in processCopyingStore()
2270 Value *Op0 = (StoreBasePtr->getType() == Int32PtrTy) in processCopyingStore()
2272 : CondBuilder.CreateBitCast(StoreBasePtr, Int32PtrTy); in processCopyingStore()
2273 Value *Op1 = (LoadBasePtr->getType() == Int32PtrTy) in processCopyingStore()
2275 : CondBuilder.CreateBitCast(LoadBasePtr, Int32PtrTy); in processCopyingStore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp395 PointerType *Int32PtrTy = PointerType::getUnqual(Int32Ty); member in __anon567771ad0111::LowerTypeTestsModule
1586 lowerTypeTestCalls(TypeIds, ConstantPointerNull::get(Int32PtrTy), in buildBitSetsFromFunctionsWASM()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4959 Type *Int32PtrTy = Int32Ty->getPointerTo(); in SimplifyRelativeLoad() local
4971 Int32Ty, ConstantExpr::getBitCast(Ptr, Int32PtrTy), in SimplifyRelativeLoad()