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

  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 463 SmallVector<unsigned, 2> ResultsToTypeCheck;
469 ResultsToTypeCheck.push_back(i);
487 for (unsigned i = 0, e = ResultsToTypeCheck.size(); i != e; ++i)
488 AddMatcher(new CheckTypeMatcher(N->getType(ResultsToTypeCheck[i]),
489 ResultsToTypeCheck[i]));
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherGen.cpp 414 SmallVector<unsigned, 2> ResultsToTypeCheck;
420 ResultsToTypeCheck.push_back(i);
450 for (unsigned i = 0, e = ResultsToTypeCheck.size(); i != e; ++i)
451 AddMatcher(new CheckTypeMatcher(N->getType(ResultsToTypeCheck[i]),
452 ResultsToTypeCheck[i]));
    [all...]

Completed in 1596 milliseconds