Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:StatepointLowering

1 //===-- StatepointLowering.cpp - SDAGBuilder's statepoint code -----------===//
15 #include "StatepointLowering.h"
207 SDValue OldLocation = Builder.StatepointLowering.getLocation(Incoming);
226 if (Builder.StatepointLowering.isStackSlotAllocated(Offset)) {
236 Builder.StatepointLowering.reserveStackSlot(Offset);
241 Builder.StatepointLowering.setLocation(Incoming, Loc);
333 SDValue Loc = Builder.StatepointLowering.getLocation(Incoming);
337 Loc = Builder.StatepointLowering.allocateStackSlot(Incoming.getValueType(),
364 Builder.StatepointLowering.setLocation(Incoming, Loc);
511 SDValue Loc = Builder.StatepointLowering.getLocation(SDV);
544 StatepointLowering.startNewStatepoint(*this);
551 StatepointLowering.scheduleRelocCall(*Reloc);
897 StatepointLowering.relocCallVisited(Relocate);