OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmitNode
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/tools/grit/grit/node/
io.py
101
return isinstance(child,
EmitNode
)
103
class
EmitNode
(base.ContentNode):
mapping.py
30
'emit' : io.
EmitNode
,
/external/clang/utils/TableGen/
ClangASTNodesEmitter.cpp
53
std::pair<Record *, Record *>
EmitNode
(const ChildMap &Tree, raw_ostream& OS,
72
std::pair<Record *, Record *> ClangASTNodesEmitter::
EmitNode
(
105
=
EmitNode
(Tree, OS, R);
169
EmitNode
(Tree, OS, &Root);
/external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.h
117
///
EmitNode
- Generate machine code for a node and needed dependencies.
119
void
EmitNode
(SDNode *Node, bool IsClone, bool IsCloned,
ScheduleDAGSDNodes.cpp
838
Emitter.
EmitNode
(GluedNodes.back(), SU->OrigNode != SU, SU->isCloned,
845
Emitter.
EmitNode
(SU->getNode(), SU->OrigNode != SU, SU->isCloned,
[
all
...]
ScheduleDAGFast.cpp
778
Emitter.
EmitNode
(N, false, false, VRBaseMap);
ScheduleDAGRRList.cpp
222
void
EmitNode
(SUnit *SU);
641
// hazards from instructions after the call.
EmitNode
will reset the
663
void ScheduleDAGRRList::
EmitNode
(SUnit *SU) {
722
EmitNode
(SU);
897
EmitNode
(SU)
[
all
...]
/external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp
73
// Turn
EmitNode
->MarkFlagResults->CompleteMatch into
74
// MarkFlagResults->
EmitNode
->CompleteMatch when we can to encourage
80
Matcher *
EmitNode
= MatcherPtr.take();
81
Matcher *MFR =
EmitNode
->takeNext();
86
MFR->setNext(
EmitNode
);
87
EmitNode
->setNext(Tail);
91
// Turn
EmitNode
->CompleteMatch into MorphNodeTo if we can.
DAGISelMatcher.h
80
EmitNode
, // Create a DAG node
[
all
...]
DAGISelMatcherEmitter.cpp
496
case Matcher::
EmitNode
:
526
// Print the result #'s for
EmitNode
.
774
case Matcher::
EmitNode
: OS << "OPC_EmitNode"; break;
/external/chromium_org/tools/grit/grit/tool/
android2grd.py
437
emit_node = io.
EmitNode
()
Completed in 172 milliseconds