OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EntryToken
(Results
1 - 10
of
10
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h
68
if (Node->getOpcode() == ISD::
EntryToken
||
ScheduleDAGFast.cpp
666
(N->getOpcode() == ISD::
EntryToken
|| isPassiveNode(N)))
739
(N->getOpcode() != ISD::
EntryToken
&& !isPassiveNode(N)))
SelectionDAGDumper.cpp
76
case ISD::
EntryToken
: return "
EntryToken
";
InstrEmitter.cpp
[
all
...]
ScheduleDAGRRList.cpp
442
if (N->getOpcode() == ISD::
EntryToken
)
502
if (N->getOpcode() == ISD::
EntryToken
)
[
all
...]
SelectionDAG.cpp
681
assert(N->getOpcode() != ISD::
EntryToken
&& "
EntryToken
in CSEMap!");
873
EntryNode(ISD::
EntryToken
, 0, DebugLoc(), getVTList(MVT::Other)),
[
all
...]
SelectionDAGISel.cpp
805
if (Node->use_empty()) // Don't delete
EntryToken
, etc.
[
all
...]
DAGCombiner.cpp
[
all
...]
SelectionDAGBuilder.cpp
[
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
...]
Completed in 41 milliseconds