OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EntryToken
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h
79
if (Node->getOpcode() == ISD::
EntryToken
||
ScheduleDAGFast.cpp
665
(N->getOpcode() == ISD::
EntryToken
|| isPassiveNode(N)))
737
(N->getOpcode() != ISD::
EntryToken
&& !isPassiveNode(N)))
SelectionDAGDumper.cpp
105
case ISD::
EntryToken
: return "
EntryToken
";
893
if (Node.getOpcode() == ISD::
EntryToken
)
ScheduleDAGRRList.cpp
474
if (N->getOpcode() == ISD::
EntryToken
)
532
if (N->getOpcode() == ISD::
EntryToken
)
InstrEmitter.cpp
1101
case ISD::
EntryToken
:
1102
llvm_unreachable("
EntryToken
should have been excluded from the schedule!");
SelectionDAGISel.cpp
2423
if (V->getOpcode() == ISD::
EntryToken
)
2831
case ISD::
EntryToken
: // These nodes remain the same.
SelectionDAG.cpp
1019
assert(N->getOpcode() != ISD::
EntryToken
&& "
EntryToken
in CSEMap!");
1134
EntryNode(ISD::
EntryToken
, 0, DebugLoc(), getVTList(MVT::Other)),
5507
if (N1.getOpcode() == ISD::
EntryToken
) return N2;
5508
if (N2.getOpcode() == ISD::
EntryToken
) return N1;
9358
assert(AllNodes.front().getOpcode() == ISD::
EntryToken
&&
DAGCombiner.cpp
1583
// new node is the
EntryToken
(e.g. if a store managed to get optimized
1584
// out), because re-visiting the
EntryToken
and its users will not uncover
1587
if (RV.getOpcode() != ISD::
EntryToken
) {
1879
case ISD::
EntryToken
:
1965
case ISD::
EntryToken
:
1966
// Hitting
EntryToken
is the only way for the search to terminate without
22871
case ISD::
EntryToken
:
22872
// No need to mark
EntryToken
.
SelectionDAGBuilder.cpp
1052
if (Root.getOpcode() != ISD::
EntryToken
) {
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h
46
///
EntryToken
- This is the marker used to indicate the start of a region.
47
EntryToken
,
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp
794
case ISD::
EntryToken
:
Completed in 96 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026