HomeSort by: relevance | last modified time | path
    Searched refs:StatepointLowering (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/lib/libLLVMSelectionDAG/
Makefile 32 StatepointLowering.cpp \
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 1 //===- StatepointLowering.cpp - SDAGBuilder's statepoint code -------------===//
14 #include "StatepointLowering.h"
271 SDValue OldLocation = Builder.StatepointLowering.getLocation(Incoming);
290 if (Builder.StatepointLowering.isStackSlotAllocated(Offset)) {
300 Builder.StatepointLowering.reserveStackSlot(Offset);
306 Builder.StatepointLowering.setLocation(Incoming, Loc);
369 SDValue Loc = Builder.StatepointLowering.getLocation(Incoming);
374 Loc = Builder.StatepointLowering.allocateStackSlot(Incoming.getValueType(),
404 Builder.StatepointLowering.setLocation(Incoming, Loc);
733 StatepointLowering.startNewStatepoint(*this)
    [all...]
SelectionDAGBuilder.h 16 #include "StatepointLowering.h"
133 /// gc_relocate, and gc_result). See StatepointLowering.hpp/cpp for details.
134 StatepointLoweringState StatepointLowering;
776 // These two are implemented in StatepointLowering.cpp
SelectionDAGBuilder.cpp 1036 StatepointLowering.clear();

Completed in 49 milliseconds