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

  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 502 const std::vector<Record*> &OpNodes = CP->getRootNodes();
503 assert(!OpNodes.empty() &&"Complex Pattern must specify what it can match");
504 if (Variant >= OpNodes.size()) return true;
506 AddMatcher(new CheckOpcodeMatcher(CGP.getSDNodeInfo(OpNodes[Variant])));
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherGen.cpp 465 const std::vector<Record*> &OpNodes = CP->getRootNodes();
466 assert(!OpNodes.empty() &&"Complex Pattern must specify what it can match");
467 if (Variant >= OpNodes.size()) return true;
469 AddMatcher(new CheckOpcodeMatcher(CGP.getSDNodeInfo(OpNodes[Variant])));
    [all...]

Completed in 284 milliseconds