HomeSort by relevance Sort by last modified time
    Searched refs:StatepointLowering (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 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)
    [all...]
SelectionDAGBuilder.h 17 #include "StatepointLowering.h"
123 /// gc_relocate, and gc_result). See StatepointLowering.hpp/cpp for details.
124 StatepointLoweringState StatepointLowering;
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 69 milliseconds