reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 1027   StatepointLowering.clear();
lib/CodeGen/SelectionDAG/StatepointLowering.cpp
  233   SDValue OldLocation = Builder.StatepointLowering.getLocation(Incoming);
  252   if (Builder.StatepointLowering.isStackSlotAllocated(Offset)) {
  262   Builder.StatepointLowering.reserveStackSlot(Offset);
  268   Builder.StatepointLowering.setLocation(Incoming, Loc);
  370   SDValue Loc = Builder.StatepointLowering.getLocation(Incoming);
  375     Loc = Builder.StatepointLowering.allocateStackSlot(Incoming.getValueType(),
  404     Builder.StatepointLowering.setLocation(Incoming, Loc);
  609     SDValue Loc = Builder.StatepointLowering.getLocation(SDV);
  642   StatepointLowering.startNewStatepoint(*this);
  649       StatepointLowering.scheduleRelocCall(*Reloc);
  997     StatepointLowering.relocCallVisited(Relocate);