Searched defs:PhysRegInputs (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp91 /// PhysRegInputs - List list has an entry for each explicitly specified
94 SmallVector<std::pair<Record*, unsigned>, 2> PhysRegInputs; member in class:__anon26584::MatcherGen
262 PhysRegInputs.push_back(std::make_pair(LeafRec, NextRecordedOperandNo++));
813 if (isRoot && !PhysRegInputs.empty()) {
816 for (unsigned i = 0, e = PhysRegInputs.size(); i != e; ++i)
817 AddMatcher(new EmitCopyToRegMatcher(PhysRegInputs[i].second,
818 PhysRegInputs[i].first));

Completed in 345 milliseconds