Lines Matching defs:PhysRegs
41 std::vector<std::string> PhysRegs;
45 std::string SubRegNo, std::vector<std::string> PhysRegs,
48 PhysRegs(std::move(PhysRegs)),
553 // Compute the PhysRegs used by the given pattern, and check that
663 for (unsigned i = 0; i < Memo.PhysRegs.size(); ++i) {
664 if (Memo.PhysRegs[i] != "")
666 << "TII.get(TargetOpcode::COPY), " << Memo.PhysRegs[i]
672 Operands.PrintManglingSuffix(OS, Memo.PhysRegs, ImmediatePredicates,
678 Operands.PrintArguments(OS, Memo.PhysRegs);