Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DCloning.cpp136 V = new Argument(Type::getInt32PtrTy(context)); in TEST_F()
160 Type *ArgTy1[] = { Type::getInt32PtrTy(context) }; in TEST_F()
185 Type *ArgTy1[] = { Type::getInt32PtrTy(context) }; in TEST_F()
208 Type *ArgTy1[] = {Type::getInt32PtrTy(context)}; in TEST_F()
255 Type *ArgTy1[] = {Type::getInt32PtrTy(context)}; in TEST_F()
306 Type *ArgTy1[] = {Type::getInt32PtrTy(context)}; in TEST_F()
DLocal.cpp153 Value *NewBase = Constant::getNullValue(Type::getInt32PtrTy(C)); in TEST()
/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/llvm/unittests/Analysis/
DMixedTBAATest.cpp42 auto PtrType = Type::getInt32PtrTy(C); in TEST_F()
DAliasAnalysisTest.cpp173 auto PtrType = Type::getInt32PtrTy(C); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DTBAATest.cpp40 auto *PtrType = Type::getInt32PtrTy(C); in getFunctionWithSingleStore()
DPhiValuesTest.cpp27 Type *I32PtrTy = Type::getInt32PtrTy(C); in TEST()
93 Type *I32PtrTy = Type::getInt32PtrTy(C); in TEST()
DAliasAnalysisTest.cpp173 auto PtrType = Type::getInt32PtrTy(C); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp558 Value *ThrewInt = IRB.CreateIntToPtr(Threw, Type::getInt32PtrTy(C), in wrapTestSetjmp()
727 IRB.getInt32Ty(), Type::getInt32PtrTy(C), in runOnModule()
730 FunctionType::get(Type::getInt32PtrTy(C), Params, false); in runOnModule()
735 Params = {IRB.getInt32Ty(), Type::getInt32PtrTy(C), IRB.getInt32Ty()}; in runOnModule()
1120 SetjmpTableSSA.Initialize(Type::getInt32PtrTy(C), "setjmpTable"); in runSjLjOnFunction()
/external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/
DCloning.cpp122 V = new Argument(Type::getInt32PtrTy(context)); in TEST_F()
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DProfilingUtils.cpp31 Type::getInt32PtrTy(Context); in InsertProfilingInitCall()
DGCOVProfiling.cpp577 Type::getInt32PtrTy(*Ctx), // uint32_t *predecessor in getIncrementIndirectCounterFunc()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DBasicBlockTest.cpp99 Type *ArgTy1[] = {Type::getInt32PtrTy(Ctx)}; in TEST()
DConstantsTest.cpp133 Type *Int32PtrTy = Type::getInt32PtrTy(C); in TEST()
159 Type *Int32Ptr1Ty = Type::getInt32PtrTy(C, 1); in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/
DType.h337 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/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h411 static PointerType *getInt32PtrTy(LLVMContext &C, unsigned AS = 0);
/external/llvm/include/llvm/IR/
DType.h400 static PointerType *getInt32PtrTy(LLVMContext &C, unsigned AS = 0);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DType.h443 static PointerType *getInt32PtrTy(LLVMContext &C, unsigned AS = 0);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DType.cpp228 PointerType *Type::getInt32PtrTy(LLVMContext &C, unsigned AS) { in getInt32PtrTy() function in Type
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp260 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/tools/llvm-stress/
Dllvm-stress.cpp126 Type::getInt32PtrTy(Context), in GenEmptyFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/
Dllvm-stress.cpp160 Type::getInt32PtrTy(Context), in GenEmptyFunction()
/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp470 llvm::Type::getInt32PtrTy(Types.getLLVMContext()))); in accumulateVPtrs()

12