Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp447 LLT FramePtrTy = LLT::pointer(0, 64); in applyNonConstInsert() local
449 auto StackTemp = Builder.buildFrameIndex(FramePtrTy, FrameIdx); in applyNonConstInsert()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp1078 LLT FramePtrTy = LLT::pointer(AS, DL.getPointerSizeInBits(AS)); in insertSRetOutgoingArgument() local
1083 Register DemoteReg = MIRBuilder.buildFrameIndex(FramePtrTy, FI).getReg(0); in insertSRetOutgoingArgument()
H A DLegalizerHelper.cpp4798 LLT FramePtrTy = LLT::pointer(AddrSpace, DL.getPointerSizeInBits(AddrSpace)); in createStackTemporary() local
4801 return MIRBuilder.buildFrameIndex(FramePtrTy, FrameIdx); in createStackTemporary()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp786 auto FramePtrTy = PointerType::getUnqual(Shape.FrameTy->getContext()); in deriveNewFramePointer() local
793 return Builder.CreateLoad(FramePtrTy, NewStorage); in deriveNewFramePointer()