Lines Matching refs:PhysRegs
38 std::vector<std::string>* PhysRegs;
518 // Compute the PhysRegs used by the given pattern, and check that
639 for (unsigned i = 0; i < Memo.PhysRegs->size(); ++i) {
640 if ((*Memo.PhysRegs)[i] != "")
643 << (*Memo.PhysRegs)[i] << ").addReg(Op" << i << ");\n";
648 Operands.PrintManglingSuffix(OS, *Memo.PhysRegs,
654 Operands.PrintArguments(OS, *Memo.PhysRegs);
730 for (unsigned i = 0; i < Memo.PhysRegs->size(); ++i) {
731 if ((*Memo.PhysRegs)[i] != "")
734 << (*Memo.PhysRegs)[i] << ").addReg(Op" << i << ");\n";
740 Operands.PrintManglingSuffix(OS, *Memo.PhysRegs,
746 Operands.PrintArguments(OS, *Memo.PhysRegs);