Lines Matching defs:FoundR
2414 Register FoundR = this->findPhysReg(MF, Range, IM, DM, RC);
2415 LLVM_DEBUG(dbgs() << "Replacement reg:" << printReg(FoundR, &HRI)
2417 if (FoundR == 0)
2427 // Generate the copy-in: "FoundR = COPY SrcR" at the store location.
2430 if (SrcRR.Reg != FoundR || SrcRR.Sub != 0) {
2432 CopyIn = BuildMI(B, StartIt, DL, HII.get(TargetOpcode::COPY), FoundR)
2441 SrcOp.setReg(HRI.getSubReg(FoundR, SR));
2443 SrcOp.setReg(FoundR);
2462 if (DstR != FoundR) {
2472 .addReg(FoundR, getKillRegState(&MI == &EI));
2479 HexagonBlockRanges::RegisterRef FoundRR = { FoundR, 0 };