Searched refs:EmitNode (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/tools/grit/grit/node/
H A Dmapping.py30 'emit' : io.EmitNode,
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/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 DScheduleDAGSDNodes.cpp838 Emitter.EmitNode(GluedNodes.back(), SU->OrigNode != SU, SU->isCloned,
845 Emitter.EmitNode(SU->getNode(), SU->OrigNode != SU, SU->isCloned,
H A DScheduleDAGFast.cpp780 Emitter.EmitNode(N, false, false, VRBaseMap);
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/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;
H A DDAGISelMatcherEmitter.cpp513 case Matcher::EmitNode:
543 // Print the result #'s for EmitNode.
793 case Matcher::EmitNode: OS << "OPC_EmitNode"; break;
/external/chromium_org/tools/grit/grit/tool/
H A Dandroid2grd_unittest.py164 self.assertTrue(header_outputs[0].GetChildrenOfType(io.EmitNode))
H A Dandroid2grd.py437 emit_node = io.EmitNode()

Completed in 2280 milliseconds