Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp93 PointerType *FramePtrTy = FrameTy->getPointerTo(); in lowerCoroDone() local
96 auto *BCI = Builder.CreateBitCast(Operand, FramePtrTy); in lowerCoroDone()
130 auto *FramePtrTy = FrameTy->getPointerTo(); in lowerCoroNoop() local
131 auto *FnTy = FunctionType::get(Type::getVoidTy(C), FramePtrTy, in lowerCoroNoop()
H A DCoroSplit.cpp893 auto FramePtrTy = PointerType::getUnqual(Shape.FrameTy->getContext()); in deriveNewFramePointer() local
900 return Builder.CreateLoad(FramePtrTy, NewStorage); in deriveNewFramePointer()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp964 LLT FramePtrTy = LLT::pointer(AS, DL.getPointerSizeInBits(AS)); in insertSRetOutgoingArgument() local
969 Register DemoteReg = MIRBuilder.buildFrameIndex(FramePtrTy, FI).getReg(0); in insertSRetOutgoingArgument()
H A DLegalizerHelper.cpp3942 LLT FramePtrTy = LLT::pointer(AddrSpace, DL.getPointerSizeInBits(AddrSpace)); in createStackTemporary() local
3945 return MIRBuilder.buildFrameIndex(FramePtrTy, FrameIdx); in createStackTemporary()