Lines Matching refs:HRI
2179 auto &HRI = *HST.getRegisterInfo(); in runOnMachineFunction() local
2188 const HexagonEvaluator HE(HRI, MRI, HII, MF); in runOnMachineFunction()
2208 CopyPropagation CopyP(HRI, MRI); in runOnMachineFunction()
2302 HII(0), HRI(0), MRI(0), BTP(0) { in HexagonLoopRescheduling()
2310 const HexagonRegisterInfo *HRI; member in __anon3f9b49d70911::HexagonLoopRescheduling
2548 dbgs() << ' ' << PrintReg(I.DefR, HRI) << "=phi(" in processLoop()
2549 << PrintReg(I.PR.Reg, HRI, I.PR.Sub) << ":b" << I.PB->getNumber() in processLoop()
2550 << ',' << PrintReg(I.LR.Reg, HRI, I.LR.Sub) << ":b" in processLoop()
2670 << PrintReg(G.Inp.Reg, HRI, G.Inp.Sub) in processLoop()
2671 << " out: " << PrintReg(G.Out.Reg, HRI, G.Out.Sub) << "\n"; in processLoop()
2722 HRI = HST.getRegisterInfo(); in runOnMachineFunction()
2724 const HexagonEvaluator HE(*HRI, *MRI, *HII, MF); in runOnMachineFunction()