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

  /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 839 Emitter.EmitNode(GluedNodes.back(), SU->OrigNode != SU, SU->isCloned,
846 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;

Completed in 620 milliseconds