Lines Matching refs:StatepointLowering
278 SDValue OldLocation = Builder.StatepointLowering.getLocation(Incoming); in reservePreviousStackSlotForValue()
297 if (Builder.StatepointLowering.isStackSlotAllocated(Offset)) { in reservePreviousStackSlotForValue()
307 Builder.StatepointLowering.reserveStackSlot(Offset); in reservePreviousStackSlotForValue()
313 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()
716 StatepointLowering.startNewStatepoint(*this); in LowerAsSTATEPOINT()
726 StatepointLowering.scheduleRelocCall(*Reloc); in LowerAsSTATEPOINT()
883 SDValue Res = StatepointLowering.getLocation(SD); in LowerAsSTATEPOINT()
887 StatepointLowering.setLocation(SD, Relocated); in LowerAsSTATEPOINT()
913 SDValue Loc = StatepointLowering.getLocation(SDV); in LowerAsSTATEPOINT()
1220 StatepointLowering.relocCallVisited(Relocate); in visitGCRelocate()
1235 SDValue SDV = StatepointLowering.getLocation(getValue(DerivedPtr)); in visitGCRelocate()