HomeSort by relevance Sort by last modified time
    Searched full:childno (Results 1 - 6 of 6) sorted by null

  /external/autotest/client/tests/rmaptest/src/
rmap-test.c 112 void child(int childno)
117 if (access_pattern == ap_half && childno == 0) {
143 int childno; local
235 for (childno = 0; childno < ntasks; childno++) {
237 child(childno);
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 265 unsigned ChildNo;
275 RecordChildMatcher(unsigned childno, const std::string &whatfor,
277 : Matcher(RecordChild), ChildNo(childno), WhatFor(whatfor),
280 unsigned getChildNo() const { return ChildNo; }
337 unsigned ChildNo;
339 MoveChildMatcher(unsigned childNo) : Matcher(MoveChild), ChildNo(childNo) {}
341 unsigned getChildNo() const { return ChildNo; }
    [all...]
DAGISelMatcher.cpp 123 OS.indent(indent) << "RecordChild: " << ChildNo << '\n';
135 OS.indent(indent) << "MoveChild " << ChildNo << '\n';
147 OS.indent(indent) << "CheckChild" << ChildNo << "Same\n";
188 OS.indent(indent) << "CheckChildType " << ChildNo << " "
199 OS.indent(indent) << "CheckChildInteger " << ChildNo << " " << Value << '\n';
DAGISelMatcherGen.cpp 770 unsigned ChildNo = 0;
801 const TreePatternNode *Child = N->getChild(ChildNo);
811 ++ChildNo;
    [all...]
CodeGenDAGPatterns.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]

Completed in 1120 milliseconds