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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp89 /// PhysRegInputs - List list has an entry for each explicitly specified
92 SmallVector<std::pair<Record*, unsigned>, 2> PhysRegInputs; member in class:__anon2920::MatcherGen
256 PhysRegInputs.push_back(std::make_pair(LeafRec, NextRecordedOperandNo++));
867 if (isRoot && !PhysRegInputs.empty()) {
870 for (unsigned i = 0, e = PhysRegInputs.size(); i != e; ++i) {
872 CGP.getTargetInfo().getRegBank().getReg(PhysRegInputs[i].first);
873 AddMatcher(new EmitCopyToRegMatcher(PhysRegInputs[i].second,
H A DFastISelEmitter.cpp540 std::vector<std::string> PhysRegInputs;
543 PhysRegInputs.push_back("");
561 PhysRegInputs.push_back(PhysReg);
589 PhysRegInputs,
H A DGlobalISelEmitter.cpp2046 /// PhysRegInputs - List list has an entry for each explicitly specified
2049 SmallVector<std::pair<Record *, unsigned>, 2> PhysRegInputs; member in class:final
2098 PhysRegInputs.emplace_back(Reg, OpIdx);
2103 return PhysRegInputs;

Completed in 110 milliseconds