Home
last modified time | relevance | path

Searched refs:getInt32PtrTy (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DTBAATest.cpp39 auto *PtrType = Type::getInt32PtrTy(C); in getFunctionWithSingleStore()
H A DPhiValuesTest.cpp27 Type *I32PtrTy = Type::getInt32PtrTy(C); in TEST()
94 Type *I32PtrTy = Type::getInt32PtrTy(C); in TEST()
H A DAliasAnalysisTest.cpp174 auto PtrType = Type::getInt32PtrTy(C); in TEST_F()
H A DAssumeBundleQueriesTest.cpp423 TypeArgs.push_back(Type::getInt32PtrTy(C)); in RunRandTest()
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp140 V = new Argument(Type::getInt32PtrTy(context)); in TEST_F()
164 Type *ArgTy1[] = { Type::getInt32PtrTy(context) }; in TEST_F()
190 Type *ArgTy1[] = { Type::getInt32PtrTy(context) }; in TEST_F()
214 Type *ArgTy1[] = {Type::getInt32PtrTy(context)}; in TEST_F()
263 Type *ArgTy1[] = {Type::getInt32PtrTy(context)}; in TEST_F()
316 Type *ArgTy1[] = {Type::getInt32PtrTy(context)}; in TEST_F()
H A DLocalTest.cpp157 Value *NewBase = Constant::getNullValue(Type::getInt32PtrTy(C)); in TEST()
H A DScalarEvolutionExpanderTest.cpp78 auto *I32PtrTy = Type::getInt32PtrTy(Context); in TEST_F()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DBasicBlockTest.cpp104 Type *ArgTy1[] = {Type::getInt32PtrTy(Ctx)}; in TEST()
182 Type *Ty = Type::getInt32PtrTy(Ctx); in TEST()
H A DConstantsTest.cpp131 Type *Int32PtrTy = Type::getInt32PtrTy(C); in TEST()
172 Type *Int32Ptr1Ty = Type::getInt32PtrTy(C, 1); in TEST()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp163 PointerType *Int32PtrTy = Type::getInt32PtrTy(LI.getContext(), AS); in visitLoadInst()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1011 FunctionType::get(Type::getInt32PtrTy(C), in runOnModule()
1013 Type::getInt32PtrTy(C), IRB.getInt32Ty()}, in runOnModule()
1020 {getAddrIntType(&M), Type::getInt32PtrTy(C), IRB.getInt32Ty()}, in runOnModule()
1429 SetjmpTableSSA.Initialize(Type::getInt32PtrTy(C), "setjmpTable"); in runSjLjOnFunction()
/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DOffloadWrapper.cpp376 Type::getInt8PtrTy(C), Type::getInt32PtrTy(C)}, in createRegisterGlobalsFunction()
464 ConstantPointerNull::get(Type::getInt32PtrTy(C))}); in createRegisterGlobalsFunction()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DType.h474 static PointerType *getInt32PtrTy(LLVMContext &C, unsigned AS = 0);
/llvm-project-15.0.7/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp133 Type::getInt32PtrTy(Context), in GenEmptyFunction()
/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DTBAAMetadataTest.cpp128 MValType(Type::getInt32PtrTy(Compiler.Context)), in TEST()
/llvm-project-15.0.7/llvm/lib/IR/
H A DType.cpp299 PointerType *Type::getInt32PtrTy(LLVMContext &C, unsigned AS) { in getInt32PtrTy() function in Type
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp655 llvm::Type::getInt32PtrTy(Types.getLLVMContext()))); in accumulateVPtrs()
H A DCGObjCGNU.cpp4132 llvm::Type::getInt32PtrTy(VMContext), false, in ObjCIvarOffsetVariable()
4178 llvm::Type::getInt32PtrTy(VMContext), in EmitIvarOffset()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2183 Type *GVTy = Type::getInt32PtrTy(*Context, /*AS=*/0); in getLibcallReg()
2964 MF->getDataLayout().getPrefTypeAlign(Type::getInt32PtrTy(*Context)); in ARMLowerPICELF()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2267 Type *Int32PtrTy = Type::getInt32PtrTy(Ctx); in processCopyingStore()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4712 Type::getInt32PtrTy(*MS.C)); in getVAField32()
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1144 Type *I32PtrTy = Type::getInt32PtrTy(M->getContext()); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20609 : Type::getInt32PtrTy(*DAG.getContext(), in LowerGlobalTLSAddress()