Searched refs:FramePtrTy (Results 1 – 4 of 4) sorted by relevance
93 PointerType *FramePtrTy = FrameTy->getPointerTo(); in lowerCoroDone() local96 auto *BCI = Builder.CreateBitCast(Operand, FramePtrTy); in lowerCoroDone()130 auto *FramePtrTy = FrameTy->getPointerTo(); in lowerCoroNoop() local131 auto *FnTy = FunctionType::get(Type::getVoidTy(C), FramePtrTy, in lowerCoroNoop()
893 auto FramePtrTy = PointerType::getUnqual(Shape.FrameTy->getContext()); in deriveNewFramePointer() local900 return Builder.CreateLoad(FramePtrTy, NewStorage); in deriveNewFramePointer()
964 LLT FramePtrTy = LLT::pointer(AS, DL.getPointerSizeInBits(AS)); in insertSRetOutgoingArgument() local969 Register DemoteReg = MIRBuilder.buildFrameIndex(FramePtrTy, FI).getReg(0); in insertSRetOutgoingArgument()
3942 LLT FramePtrTy = LLT::pointer(AddrSpace, DL.getPointerSizeInBits(AddrSpace)); in createStackTemporary() local3945 return MIRBuilder.buildFrameIndex(FramePtrTy, FrameIdx); in createStackTemporary()