HomeSort by relevance Sort by last modified time
    Searched refs:EntryToken (Results 1 - 25 of 29) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 63 if (Node->getOpcode() == ISD::EntryToken ||
InstrEmitter.cpp     [all...]
SelectionDAG.cpp 645 assert(N->getOpcode() != ISD::EntryToken && "EntryToken in CSEMap!");
839 EntryNode(ISD::EntryToken, DebugLoc(), getVTList(MVT::Other)),
    [all...]
SelectionDAGISel.cpp 671 if (Node->use_empty()) { // Don't delete EntryToken, etc.
    [all...]
DAGCombiner.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 69 if (Node->getOpcode() == ISD::EntryToken ||
ScheduleDAGFast.cpp 673 (N->getOpcode() == ISD::EntryToken || isPassiveNode(N)))
745 (N->getOpcode() != ISD::EntryToken && !isPassiveNode(N)))
SelectionDAGDumper.cpp 83 case ISD::EntryToken: return "EntryToken";
577 if (Node.getOpcode() == ISD::EntryToken)
ScheduleDAGRRList.cpp 443 if (N->getOpcode() == ISD::EntryToken)
503 if (N->getOpcode() == ISD::EntryToken)
    [all...]
InstrEmitter.cpp     [all...]
SelectionDAG.cpp 766 assert(N->getOpcode() != ISD::EntryToken && "EntryToken in CSEMap!");
886 EntryNode(ISD::EntryToken, 0, DebugLoc(), getVTList(MVT::Other)),
    [all...]
SelectionDAGISel.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 79 if (Node->getOpcode() == ISD::EntryToken ||
ScheduleDAGFast.cpp 666 (N->getOpcode() == ISD::EntryToken || isPassiveNode(N)))
738 (N->getOpcode() != ISD::EntryToken && !isPassiveNode(N)))
SelectionDAGDumper.cpp 104 case ISD::EntryToken: return "EntryToken";
690 if (Node.getOpcode() == ISD::EntryToken)
    [all...]
ScheduleDAGRRList.cpp 469 if (N->getOpcode() == ISD::EntryToken)
527 if (N->getOpcode() == ISD::EntryToken)
    [all...]
InstrEmitter.cpp     [all...]
SelectionDAGISel.cpp     [all...]
SelectionDAG.cpp 863 assert(N->getOpcode() != ISD::EntryToken && "EntryToken in CSEMap!");
    [all...]
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 44 // EntryToken - This is the marker used to indicate the start of the region.
45 EntryToken,
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 44 /// EntryToken - This is the marker used to indicate the start of a region.
45 EntryToken,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h 44 /// EntryToken - This is the marker used to indicate the start of a region.
45 EntryToken,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 706 case ISD::EntryToken:
    [all...]

Completed in 290 milliseconds

1 2