Searched refs:FoundR (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2460 unsigned FoundR = this->findPhysReg(MF, Range, IM, DM, RC); local
2461 LLVM_DEBUG(dbgs() << "Replacement reg:" << printReg(FoundR, &HRI)
2463 if (FoundR == 0)
2473 // Generate the copy-in: "FoundR = COPY SrcR" at the store location.
2476 if (SrcRR.Reg != FoundR || SrcRR.Sub != 0) {
2478 CopyIn = BuildMI(B, StartIt, DL, HII.get(TargetOpcode::COPY), FoundR)
2487 SrcOp.setReg(HRI.getSubReg(FoundR, SR));
2489 SrcOp.setReg(FoundR);
2508 if (DstR != FoundR) {
2518 .addReg(FoundR, getKillRegStat
[all...]

Completed in 111 milliseconds