HomeSort by: relevance | last modified time | path
    Searched defs:PhysRegInputs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 89 /// PhysRegInputs - List list has an entry for each explicitly specified
92 SmallVector<std::pair<Record*, unsigned>, 2> PhysRegInputs;
256 PhysRegInputs.push_back(std::make_pair(LeafRec, NextRecordedOperandNo++));
893 if (isRoot && !PhysRegInputs.empty()) {
896 for (unsigned i = 0, e = PhysRegInputs.size(); i != e; ++i) {
898 CGP.getTargetInfo().getRegBank().getReg(PhysRegInputs[i].first);
899 AddMatcher(new EmitCopyToRegMatcher(PhysRegInputs[i].second,
GlobalISelEmitter.cpp 2248 /// PhysRegInputs - List list has an entry for each explicitly specified
2251 SmallVector<std::pair<Record *, unsigned>, 2> PhysRegInputs;
2301 PhysRegInputs.emplace_back(Reg, OpIdx);
2306 return PhysRegInputs;

Completed in 26 milliseconds