HomeSort by relevance Sort by last modified time
    Searched refs:GC_TRANSITION_END (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 312 case ISD::GC_TRANSITION_END: return "gc_transition.end";
StatepointLowering.cpp 577 // Construct the actual GC_TRANSITION_START, STATEPOINT, and GC_TRANSITION_END
686 // Build the GC_TRANSITION_END node if necessary.
689 // the operands to the GC_TRANSITION_END node.
709 DAG.getNode(ISD::GC_TRANSITION_END, getCurSDLoc(), NodeTys, TEOps);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 340 case ISD::GC_TRANSITION_END: return "gc_transition.end";
    [all...]
StatepointLowering.cpp 636 // Construct the actual GC_TRANSITION_START, STATEPOINT, and GC_TRANSITION_END
745 // Build the GC_TRANSITION_END node if necessary.
748 // the operands to the GC_TRANSITION_END node.
768 DAG.getNode(ISD::GC_TRANSITION_END, getCurSDLoc(), NodeTys, TEOps);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 480 // GC_TRANSITION_START and GC_TRANSITION_END need custom lowering.
482 setOperationAction(ISD::GC_TRANSITION_END, 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.
516 setOperationAction(ISD::GC_TRANSITION_END, MVT::Other, Custom);
    [all...]

Completed in 465 milliseconds