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.cpp224 void EmitNode(SUnit *SU);
643 // hazards from instructions after the call. EmitNode will reset the
665 void ScheduleDAGRRList::EmitNode(SUnit *SU) { function in class:ScheduleDAGRRList
724 EmitNode(SU);
899 EmitNode(SU);
/external/chromium_org/tools/grit/grit/node/
H A Dio.py104 return isinstance(child, EmitNode)
106 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.cpp82 // Turn EmitNode->MarkFlagResults->CompleteMatch into
83 // MarkFlagResults->EmitNode->CompleteMatch when we can to encourage
89 Matcher *EmitNode = MatcherPtr.release(); local
90 Matcher *MFR = EmitNode->takeNext();
95 MFR->setNext(EmitNode);
96 EmitNode->setNext(Tail);
100 // Turn EmitNode->CompleteMatch into MorphNodeTo if we can.
H A DDAGISelMatcher.h82 EmitNode, // Create a DAG node enumerator in enum:llvm::Matcher::KindTy
1013 /// EmitNodeMatcherCommon - Common class shared between EmitNode and
1032 : Matcher(isMorphNodeTo ? MorphNodeTo : EmitNode), OpcodeName(opcodeName),
1062 return N->getKind() == EmitNode || N->getKind() == MorphNodeTo;
1090 return N->getKind() == EmitNode;

Completed in 3468 milliseconds