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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 311 case ISD::GC_TRANSITION_START: return "gc_transition.start";
StatepointLowering.cpp 577 // Construct the actual GC_TRANSITION_START, STATEPOINT, and GC_TRANSITION_END
590 // Build the GC_TRANSITION_START node if necessary.
620 DAG.getNode(ISD::GC_TRANSITION_START, getCurSDLoc(), NodeTys, TSOps);
688 // See the comment above regarding GC_TRANSITION_START for the layout of
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 339 case ISD::GC_TRANSITION_START: return "gc_transition.start";
    [all...]
StatepointLowering.cpp 636 // Construct the actual GC_TRANSITION_START, STATEPOINT, and GC_TRANSITION_END
649 // Build the GC_TRANSITION_START node if necessary.
679 DAG.getNode(ISD::GC_TRANSITION_START, getCurSDLoc(), NodeTys, TSOps);
747 // See the comment above regarding GC_TRANSITION_START for the layout of
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 480 // GC_TRANSITION_START and GC_TRANSITION_END need custom lowering.
481 setOperationAction(ISD::GC_TRANSITION_START, MVT::Other, Custom);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp 514 // GC_TRANSITION_START and GC_TRANSITION_END need custom lowering.
515 setOperationAction(ISD::GC_TRANSITION_START, MVT::Other, Custom);
    [all...]

Completed in 338 milliseconds