Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp563 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()
1067 SetjmpTableSSA.Initialize(Type::getInt32PtrTy(C), "setjmpTable"); in runSjLjOnFunction()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DType.h443 static PointerType *getInt32PtrTy(LLVMContext &C, unsigned AS = 0);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DType.cpp228 PointerType *Type::getInt32PtrTy(LLVMContext &C, unsigned AS) { in getInt32PtrTy() function in Type
/freebsd-12.1/contrib/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp160 Type::getInt32PtrTy(Context), in GenEmptyFunction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp508 llvm::Type::getInt32PtrTy(Types.getLLVMContext()))); in accumulateVPtrs()
H A DCGObjCGNU.cpp3935 llvm::Type::getInt32PtrTy(VMContext), false, in ObjCIvarOffsetVariable()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DEfficiencySanitizer.cpp370 auto *Int32PtrTy = Type::getInt32PtrTy(*Ctx); in createCacheFragInfoGV()
H A DMemorySanitizer.cpp4159 Type::getInt32PtrTy(*MS.C)); in getVAField32()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1178 Type::getInt32PtrTy(*DAG.getContext(), AMDGPUAS::PRIVATE_ADDRESS))); in lowerPrivateTruncStore()
1406 Type::getInt32PtrTy(*DAG.getContext(), AMDGPUAS::PRIVATE_ADDRESS))); in lowerPrivateExtLoad()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2195 Type *GVTy = Type::getInt32PtrTy(*Context, /*AS=*/0); in getLibcallReg()
2972 MF->getDataLayout().getPrefTypeAlignment(Type::getInt32PtrTy(*Context)); in ARMLowerPICELF()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2252 Type *Int32PtrTy = Type::getInt32PtrTy(Ctx); in processCopyingStore()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp17147 : Type::getInt32PtrTy(*DAG.getContext(), in LowerGlobalTLSAddress()