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()
376 SDValue Loc = Builder.StatepointLowering.getLocation(Incoming); in spillIncomingStatepointValue()
381 Loc = Builder.StatepointLowering.allocateStackSlot(Incoming.getValueType(), in spillIncomingStatepointValue()
411 Builder.StatepointLowering.setLocation(Incoming, Loc); in spillIncomingStatepointValue()
713 StatepointLowering.startNewStatepoint(*this); in LowerAsSTATEPOINT()
723 StatepointLowering.scheduleRelocCall(*Reloc); in LowerAsSTATEPOINT()
880 SDValue Res = StatepointLowering.getLocation(SD); in LowerAsSTATEPOINT()
884 StatepointLowering.setLocation(SD, Relocated); in LowerAsSTATEPOINT()
910 SDValue Loc = StatepointLowering.getLocation(SDV); in LowerAsSTATEPOINT()
1217 StatepointLowering.relocCallVisited(Relocate); in visitGCRelocate()
1232 SDValue SDV = StatepointLowering.getLocation(getValue(DerivedPtr)); in visitGCRelocate()