Lines Matching refs:StatepointLowering
281 SDValue OldLocation = Builder.StatepointLowering.getLocation(Incoming); in reservePreviousStackSlotForValue()
300 if (Builder.StatepointLowering.isStackSlotAllocated(Offset)) { in reservePreviousStackSlotForValue()
310 Builder.StatepointLowering.reserveStackSlot(Offset); in reservePreviousStackSlotForValue()
316 Builder.StatepointLowering.setLocation(Incoming, Loc); in reservePreviousStackSlotForValue()
379 SDValue Loc = Builder.StatepointLowering.getLocation(Incoming); in spillIncomingStatepointValue()
384 Loc = Builder.StatepointLowering.allocateStackSlot(Incoming.getValueType(), in spillIncomingStatepointValue()
414 Builder.StatepointLowering.setLocation(Incoming, Loc); in spillIncomingStatepointValue()
744 StatepointLowering.startNewStatepoint(*this); in LowerAsSTATEPOINT()
751 StatepointLowering.scheduleRelocCall(*Reloc); in LowerAsSTATEPOINT()
909 SDValue Res = StatepointLowering.getLocation(SD); in LowerAsSTATEPOINT()
913 StatepointLowering.setLocation(SD, Relocated); in LowerAsSTATEPOINT()
939 SDValue Loc = StatepointLowering.getLocation(SDV); in LowerAsSTATEPOINT()
1241 StatepointLowering.relocCallVisited(Relocate); in visitGCRelocate()
1260 SDValue SDV = StatepointLowering.getLocation(getValue(DerivedPtr)); in visitGCRelocate()