Home
last modified time | relevance | path

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

12

/external/llvm/unittests/Analysis/
DMixedTBAATest.cpp42 auto PtrType = Type::getInt32PtrTy(C); in TEST_F()
DAliasAnalysisTest.cpp173 auto PtrType = Type::getInt32PtrTy(C); in TEST_F()
/external/llvm-project/llvm/unittests/Analysis/
DTBAATest.cpp39 auto *PtrType = Type::getInt32PtrTy(C); in getFunctionWithSingleStore()
DPhiValuesTest.cpp26 Type *I32PtrTy = Type::getInt32PtrTy(C); in TEST()
93 Type *I32PtrTy = Type::getInt32PtrTy(C); in TEST()
DAliasAnalysisTest.cpp174 auto PtrType = Type::getInt32PtrTy(C); in TEST_F()
DAssumeBundleQueriesTest.cpp407 TypeArgs.push_back(Type::getInt32PtrTy(C)); in RunRandTest()
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp131 V = new Argument(Type::getInt32PtrTy(context)); in TEST_F()
155 Type *ArgTy1[] = { Type::getInt32PtrTy(context) }; in TEST_F()
182 Type *ArgTy1[] = { Type::getInt32PtrTy(context) }; in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp566 Value *ThrewInt = IRB.CreateIntToPtr(Threw, Type::getInt32PtrTy(C), in wrapTestSetjmp()
692 IRB.getInt32Ty(), Type::getInt32PtrTy(C), in runOnModule()
695 FunctionType::get(Type::getInt32PtrTy(C), Params, false); in runOnModule()
700 Params = {IRB.getInt32Ty(), Type::getInt32PtrTy(C), IRB.getInt32Ty()}; in runOnModule()
1077 SetjmpTableSSA.Initialize(Type::getInt32PtrTy(C), "setjmpTable"); in runSjLjOnFunction()
/external/llvm-project/llvm/unittests/Transforms/Utils/
DCloningTest.cpp139 V = new Argument(Type::getInt32PtrTy(context)); in TEST_F()
163 Type *ArgTy1[] = { Type::getInt32PtrTy(context) }; in TEST_F()
188 Type *ArgTy1[] = { Type::getInt32PtrTy(context) }; in TEST_F()
211 Type *ArgTy1[] = {Type::getInt32PtrTy(context)}; in TEST_F()
260 Type *ArgTy1[] = {Type::getInt32PtrTy(context)}; in TEST_F()
313 Type *ArgTy1[] = {Type::getInt32PtrTy(context)}; in TEST_F()
DLocalTest.cpp155 Value *NewBase = Constant::getNullValue(Type::getInt32PtrTy(C)); in TEST()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp579 Value *ThrewInt = IRB.CreateIntToPtr(Threw, Type::getInt32PtrTy(C), in wrapTestSetjmp()
741 FTy = FunctionType::get(Type::getInt32PtrTy(C), in runOnModule()
743 Type::getInt32PtrTy(C), IRB.getInt32Ty()}, in runOnModule()
750 {IRB.getInt32Ty(), Type::getInt32PtrTy(C), IRB.getInt32Ty()}, false); in runOnModule()
1160 SetjmpTableSSA.Initialize(Type::getInt32PtrTy(C), "setjmpTable"); in runSjLjOnFunction()
/external/llvm-project/llvm/unittests/IR/
DBasicBlockTest.cpp102 Type *ArgTy1[] = {Type::getInt32PtrTy(Ctx)}; in TEST()
180 Type *Ty = Type::getInt32PtrTy(Ctx); in TEST()
DConstantsTest.cpp132 Type *Int32PtrTy = Type::getInt32PtrTy(C); in TEST()
158 Type *Int32Ptr1Ty = Type::getInt32PtrTy(C, 1); in TEST()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULateCodeGenPrepare.cpp168 PointerType *Int32PtrTy = Type::getInt32PtrTy(LI.getContext(), AS); in visitLoadInst()
/external/llvm/include/llvm/IR/
DType.h400 static PointerType *getInt32PtrTy(LLVMContext &C, unsigned AS = 0);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h456 static PointerType *getInt32PtrTy(LLVMContext &C, unsigned AS = 0);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h411 static PointerType *getInt32PtrTy(LLVMContext &C, unsigned AS = 0);
/external/llvm/unittests/IR/
DConstantsTest.cpp133 Type *Int32PtrTy = Type::getInt32PtrTy(C); in TEST()
159 Type *Int32Ptr1Ty = Type::getInt32PtrTy(C, 1); in TEST()
/external/llvm-project/llvm/include/llvm/IR/
DType.h467 static PointerType *getInt32PtrTy(LLVMContext &C, unsigned AS = 0);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp232 PointerType *Type::getInt32PtrTy(LLVMContext &C, unsigned AS) { in getInt32PtrTy() function in Type
/external/llvm/lib/IR/
DType.cpp221 PointerType *Type::getInt32PtrTy(LLVMContext &C, unsigned AS) { in getInt32PtrTy() function in Type
/external/llvm-project/llvm/lib/IR/
DType.cpp242 PointerType *Type::getInt32PtrTy(LLVMContext &C, unsigned AS) { in getInt32PtrTy() function in Type
/external/llvm-project/clang/unittests/CodeGen/
DTBAAMetadataTest.cpp128 MValType(Type::getInt32PtrTy(Compiler.Context)), in TEST()
/external/llvm-project/llvm/tools/llvm-stress/
Dllvm-stress.cpp158 Type::getInt32PtrTy(Context), in GenEmptyFunction()
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp126 Type::getInt32PtrTy(Context), in GenEmptyFunction()

12