HomeSort by relevance Sort by last modified time
    Searched defs:EmitNode (Results 1 - 6 of 6) 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 224 void EmitNode(SUnit *SU);
643 // hazards from instructions after the call. EmitNode will reset the
665 void ScheduleDAGRRList::EmitNode(SUnit *SU) {
724 EmitNode(SU);
    [all...]
  /external/chromium_org/tools/grit/grit/node/
io.py 104 return isinstance(child, EmitNode)
106 class EmitNode(base.ContentNode):
  /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 82 // Turn EmitNode->MarkFlagResults->CompleteMatch into
83 // MarkFlagResults->EmitNode->CompleteMatch when we can to encourage
89 Matcher *EmitNode = MatcherPtr.release();
90 Matcher *MFR = EmitNode->takeNext();
95 MFR->setNext(EmitNode);
96 EmitNode->setNext(Tail);
100 // Turn EmitNode->CompleteMatch into MorphNodeTo if we can.
DAGISelMatcher.h 82 EmitNode, // Create a DAG node
    [all...]

Completed in 116 milliseconds