Searched refs:EntryToken (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h79 if (Node->getOpcode() == ISD::EntryToken ||
H A DSelectionDAGDumper.cpp105 case ISD::EntryToken: return "EntryToken";
817 if (Node.getOpcode() == ISD::EntryToken)
H A DScheduleDAGFast.cpp665 (N->getOpcode() == ISD::EntryToken || isPassiveNode(N)))
737 (N->getOpcode() != ISD::EntryToken && !isPassiveNode(N)))
H A DScheduleDAGRRList.cpp474 if (N->getOpcode() == ISD::EntryToken)
532 if (N->getOpcode() == ISD::EntryToken)
H A DInstrEmitter.cpp989 case ISD::EntryToken:
990 llvm_unreachable("EntryToken should have been excluded from the schedule!");
H A DSelectionDAGISel.cpp2383 if (V->getOpcode() == ISD::EntryToken)
2780 case ISD::EntryToken: // These nodes remain the same.
H A DSelectionDAG.cpp899 assert(N->getOpcode() != ISD::EntryToken && "EntryToken in CSEMap!");
1014 EntryNode(ISD::EntryToken, 0, DebugLoc(), getVTList(MVT::Other)),
5149 if (N1.getOpcode() == ISD::EntryToken) return N2;
5150 if (N2.getOpcode() == ISD::EntryToken) return N1;
8734 assert(AllNodes.front().getOpcode() == ISD::EntryToken &&
H A DDAGCombiner.cpp1767 case ISD::EntryToken:
1853 case ISD::EntryToken:
1854 // Hitting EntryToken is the only way for the search to terminate without
20955 case ISD::EntryToken:
20956 // No need to mark EntryToken.
H A DSelectionDAGBuilder.cpp1049 if (Root.getOpcode() != ISD::EntryToken) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h45 /// EntryToken - This is the marker used to indicate the start of a region.
46 EntryToken, enumerator in enum:llvm::ISD::NodeType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp710 case ISD::EntryToken:

Completed in 329 milliseconds