Lines Matching refs:StatepointLowering
234 SDValue OldLocation = Builder.StatepointLowering.getLocation(Incoming); in reservePreviousStackSlotForValue()
253 if (Builder.StatepointLowering.isStackSlotAllocated(Offset)) { in reservePreviousStackSlotForValue()
263 Builder.StatepointLowering.reserveStackSlot(Offset); in reservePreviousStackSlotForValue()
269 Builder.StatepointLowering.setLocation(Incoming, Loc); in reservePreviousStackSlotForValue()
360 SDValue Loc = Builder.StatepointLowering.getLocation(Incoming); in spillIncomingStatepointValue()
364 Loc = Builder.StatepointLowering.allocateStackSlot(Incoming.getValueType(), in spillIncomingStatepointValue()
389 Builder.StatepointLowering.setLocation(Incoming, Loc); in spillIncomingStatepointValue()
579 SDValue Loc = Builder.StatepointLowering.getLocation(SDV); in lowerStatepointMetaArgs()
612 StatepointLowering.startNewStatepoint(*this); in LowerAsSTATEPOINT()
619 StatepointLowering.scheduleRelocCall(*Reloc); in LowerAsSTATEPOINT()
966 StatepointLowering.relocCallVisited(Relocate); in visitGCRelocate()