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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h116 /// EmitNode - Generate machine code for a node and needed dependencies.
118 void EmitNode(SDNode *Node, bool IsClone, bool IsCloned, function in class:llvm::InstrEmitter
H A DScheduleDAGRRList.cpp223 void EmitNode(SUnit *SU);
642 // hazards from instructions after the call. EmitNode will reset the
664 void ScheduleDAGRRList::EmitNode(SUnit *SU) { function in class:ScheduleDAGRRList
723 EmitNode(SU);
907 EmitNode(SU);
/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.h83 EmitNode, // Create a DAG node enumerator in enum:llvm::Matcher::KindTy
1014 /// EmitNodeMatcherCommon - Common class shared between EmitNode and
1033 : Matcher(isMorphNodeTo ? MorphNodeTo : EmitNode), OpcodeName(opcodeName),
1063 return N->getKind() == EmitNode || N->getKind() == MorphNodeTo;
1091 return N->getKind() == EmitNode;

Completed in 158 milliseconds