Lines Matching refs:StatepointLowering
207 SDValue OldLocation = Builder.StatepointLowering.getLocation(Incoming); in reservePreviousStackSlotForValue()
226 if (Builder.StatepointLowering.isStackSlotAllocated(Offset)) { in reservePreviousStackSlotForValue()
236 Builder.StatepointLowering.reserveStackSlot(Offset); in reservePreviousStackSlotForValue()
241 Builder.StatepointLowering.setLocation(Incoming, Loc); in reservePreviousStackSlotForValue()
333 SDValue Loc = Builder.StatepointLowering.getLocation(Incoming); in spillIncomingStatepointValue()
337 Loc = Builder.StatepointLowering.allocateStackSlot(Incoming.getValueType(), in spillIncomingStatepointValue()
364 Builder.StatepointLowering.setLocation(Incoming, Loc); in spillIncomingStatepointValue()
511 SDValue Loc = Builder.StatepointLowering.getLocation(SDV); in lowerStatepointMetaArgs()
544 StatepointLowering.startNewStatepoint(*this); in LowerAsSTATEPOINT()
551 StatepointLowering.scheduleRelocCall(*Reloc); in LowerAsSTATEPOINT()
897 StatepointLowering.relocCallVisited(Relocate); in visitGCRelocate()