Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:InReg

1808     unsigned InReg = Spills.getSpillSlotOrReMatPhysReg(SSorRMId);
1809 if (InReg == Phys) {
1818 << TRI->getName(InReg) << " for " << PrintReg(VirtReg)
1827 } else if (InReg && InReg != Phys) {
1834 << TRI->getName(InReg) << " for " << PrintReg(VirtReg)
1847 .addReg(InReg, RegState::Kill);
2359 if (unsigned InReg = Spills.getSpillSlotOrReMatPhysReg(SS)) {
2361 if (DestReg != InReg) {
2366 .addReg(InReg, RegState::Kill);
2377 Spills.disallowClobberPhysReg(InReg);