|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Type.h 456 static PointerType *getInt32PtrTy(LLVMContext &C, unsigned AS = 0);
References
lib/Target/AMDGPU/R600ISelLowering.cpp 1178 Type::getInt32PtrTy(*DAG.getContext(), AMDGPUAS::PRIVATE_ADDRESS)));
1409 Type::getInt32PtrTy(*DAG.getContext(), AMDGPUAS::PRIVATE_ADDRESS)));
lib/Target/ARM/ARMFastISel.cpp 2186 Type *GVTy = Type::getInt32PtrTy(*Context, /*AS=*/0);
2961 MF->getDataLayout().getPrefTypeAlignment(Type::getInt32PtrTy(*Context));
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp 2253 Type *Int32PtrTy = Type::getInt32PtrTy(Ctx);
lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp 565 Value *ThrewInt = IRB.CreateIntToPtr(Threw, Type::getInt32PtrTy(C),
691 IRB.getInt32Ty(), Type::getInt32PtrTy(C),
694 FunctionType::get(Type::getInt32PtrTy(C), Params, false);
699 Params = {IRB.getInt32Ty(), Type::getInt32PtrTy(C), IRB.getInt32Ty()};
1073 SetjmpTableSSA.Initialize(Type::getInt32PtrTy(C), "setjmpTable");
lib/Target/X86/X86ISelLowering.cpp18178 : Type::getInt32PtrTy(*DAG.getContext(),
lib/Transforms/Instrumentation/MemorySanitizer.cpp 4268 Type::getInt32PtrTy(*MS.C));
tools/clang/lib/CodeGen/CGObjCGNU.cpp 4032 llvm::Type::getInt32PtrTy(VMContext), false,
tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp 510 llvm::Type::getInt32PtrTy(Types.getLLVMContext())));
tools/clang/unittests/CodeGen/TBAAMetadataTest.cpp 196 MValType(Type::getInt32PtrTy(Compiler.Context)),
tools/llvm-stress/llvm-stress.cpp 159 Type::getInt32PtrTy(Context),
unittests/Analysis/AliasAnalysisTest.cpp 173 auto PtrType = Type::getInt32PtrTy(C);
unittests/Analysis/PhiValuesTest.cpp 26 Type *I32PtrTy = Type::getInt32PtrTy(C);
93 Type *I32PtrTy = Type::getInt32PtrTy(C);
unittests/Analysis/ScalarEvolutionTest.cpp 151 auto *I32PtrTy = Type::getInt32PtrTy(Context);
unittests/Analysis/TBAATest.cpp 39 auto *PtrType = Type::getInt32PtrTy(C);
unittests/IR/BasicBlockTest.cpp 98 Type *ArgTy1[] = {Type::getInt32PtrTy(Ctx)};
unittests/IR/ConstantsTest.cpp 132 Type *Int32PtrTy = Type::getInt32PtrTy(C);
158 Type *Int32Ptr1Ty = Type::getInt32PtrTy(C, 1);
unittests/Transforms/Utils/CloningTest.cpp 138 V = new Argument(Type::getInt32PtrTy(context));
162 Type *ArgTy1[] = { Type::getInt32PtrTy(context) };
187 Type *ArgTy1[] = { Type::getInt32PtrTy(context) };
210 Type *ArgTy1[] = {Type::getInt32PtrTy(context)};
259 Type *ArgTy1[] = {Type::getInt32PtrTy(context)};
312 Type *ArgTy1[] = {Type::getInt32PtrTy(context)};
unittests/Transforms/Utils/LocalTest.cpp 154 Value *NewBase = Constant::getNullValue(Type::getInt32PtrTy(C));