Lines Matching refs:StatepointLowering
271 SDValue OldLocation = Builder.StatepointLowering.getLocation(Incoming); in reservePreviousStackSlotForValue()
290 if (Builder.StatepointLowering.isStackSlotAllocated(Offset)) { in reservePreviousStackSlotForValue()
300 Builder.StatepointLowering.reserveStackSlot(Offset); in reservePreviousStackSlotForValue()
306 Builder.StatepointLowering.setLocation(Incoming, Loc); in reservePreviousStackSlotForValue()
369 SDValue Loc = Builder.StatepointLowering.getLocation(Incoming); in spillIncomingStatepointValue()
374 Loc = Builder.StatepointLowering.allocateStackSlot(Incoming.getValueType(), in spillIncomingStatepointValue()
404 Builder.StatepointLowering.setLocation(Incoming, Loc); in spillIncomingStatepointValue()
733 StatepointLowering.startNewStatepoint(*this); in LowerAsSTATEPOINT()
740 StatepointLowering.scheduleRelocCall(*Reloc); in LowerAsSTATEPOINT()
916 SDValue Loc = StatepointLowering.getLocation(SDV); in LowerAsSTATEPOINT()
1185 StatepointLowering.relocCallVisited(Relocate); in visitGCRelocate()