Home
last modified time | relevance | path

Searched refs:getAllocaPtrType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp603 Builder.CreateIntrinsic(Intrinsic::vastart, {DL.getAllocaPtrType(Ctx)}, in defineVariadicWrapper()
618 Builder.CreateIntrinsic(Intrinsic::vaend, {DL.getAllocaPtrType(Ctx)}, in defineVariadicWrapper()
705 FrameFieldType = DL.getAllocaPtrType(Ctx); in expandCall()
883 Builder.CreateIntrinsic(Intrinsic::vacopy, {DL.getAllocaPtrType(Ctx)}, in expandVAIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h278 PointerType *getAllocaPtrType(LLVMContext &Ctx) const { in getAllocaPtrType() function
H A DIRBuilder.h1060 return CreateIntrinsic(Intrinsic::stacksave, {DL.getAllocaPtrType(Context)},
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp509 PointerType *AllocaPtrTy = M.getDataLayout().getAllocaPtrType(M.getContext()); in runOnFunction()