Searched defs:EmitNode (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h117 /// EmitNode - Generate machine code for a node and needed dependencies.
119 void EmitNode(SDNode *Node, bool IsClone, bool IsCloned, function in class:llvm::InstrEmitter
H A DScheduleDAGRRList.cpp222 void EmitNode(SUnit *SU);
641 // hazards from instructions after the call. EmitNode will reset the
663 void ScheduleDAGRRList::EmitNode(SUnit *SU) { function in class:ScheduleDAGRRList
722 EmitNode(SU);
897 EmitNode(SU);
/external/chromium_org/tools/grit/grit/node/
H A Dio.py101 return isinstance(child, EmitNode)
103 class EmitNode(base.ContentNode): class in inherits:base.ContentNode
/external/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp53 std::pair<Record *, Record *> EmitNode (const ChildMap &Tree, raw_ostream& OS,
72 std::pair<Record *, Record *> ClangASTNodesEmitter::EmitNode( function in class:ClangASTNodesEmitter
105 = EmitNode(Tree, OS, R);
169 EmitNode(Tree, OS, &Root);
/external/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp73 // Turn EmitNode->MarkFlagResults->CompleteMatch into
74 // MarkFlagResults->EmitNode->CompleteMatch when we can to encourage
80 Matcher *EmitNode = MatcherPtr.take(); local
81 Matcher *MFR = EmitNode->takeNext();
86 MFR->setNext(EmitNode);
87 EmitNode->setNext(Tail);
91 // Turn EmitNode->CompleteMatch into MorphNodeTo if we can.
H A DDAGISelMatcher.h80 EmitNode, // Create a DAG node enumerator in enum:llvm::Matcher::KindTy
953 /// EmitNodeMatcherCommon - Common class shared between EmitNode and
972 : Matcher(isMorphNodeTo ? MorphNodeTo : EmitNode), OpcodeName(opcodeName),
1002 return N->getKind() == EmitNode || N->getKind() == MorphNodeTo;
1030 return N->getKind() == EmitNode;

Completed in 249 milliseconds