HomeSort by relevance Sort by last modified time
    Searched defs:EmitNode (Results 1 - 5 of 5) sorted by null

  /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,
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/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/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...]

Completed in 342 milliseconds