Searched refs:PhysRegs (Results 1 – 2 of 2) sorted by relevance
41 std::vector<std::string> PhysRegs; member45 std::string SubRegNo, std::vector<std::string> PhysRegs, in InstructionMemo()48 PhysRegs(std::move(PhysRegs)), in InstructionMemo()663 for (unsigned i = 0; i < Memo.PhysRegs.size(); ++i) { in emitInstructionCode()664 if (Memo.PhysRegs[i] != "") in emitInstructionCode()666 << "TII.get(TargetOpcode::COPY), " << Memo.PhysRegs[i] in emitInstructionCode()672 Operands.PrintManglingSuffix(OS, Memo.PhysRegs, ImmediatePredicates, in emitInstructionCode()678 Operands.PrintArguments(OS, Memo.PhysRegs); in emitInstructionCode()
1477 SmallVector<Register, 8> PhysRegs; in lowerCall() local