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

  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 84 /// PhysRegInputs - List list has an entry for each explicitly specified
87 SmallVector<std::pair<Record*, unsigned>, 2> PhysRegInputs;
255 PhysRegInputs.push_back(std::make_pair(LeafRec, NextRecordedOperandNo++));
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherGen.cpp 85 /// PhysRegInputs - List list has an entry for each explicitly specified
88 SmallVector<std::pair<Record*, unsigned>, 2> PhysRegInputs;
239 PhysRegInputs.push_back(std::make_pair(LeafRec, NextRecordedOperandNo++));
754 if (isRoot && !PhysRegInputs.empty()) {
757 for (unsigned i = 0, e = PhysRegInputs.size(); i != e; ++i)
758 AddMatcher(new EmitCopyToRegMatcher(PhysRegInputs[i].second,
759 PhysRegInputs[i].first));
    [all...]

Completed in 222 milliseconds