reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
670 << " with hint " << printReg(Hint0, TRI) << '\n'); 673 if (Register::isPhysicalRegister(Hint0) && MRI->isAllocatable(Hint0) && 673 if (Register::isPhysicalRegister(Hint0) && MRI->isAllocatable(Hint0) && 674 RC.contains(Hint0)) { 676 unsigned Cost = calcSpillCost(Hint0); 678 LLVM_DEBUG(dbgs() << "\tPreferred Register 1: " << printReg(Hint0, TRI) 681 definePhysReg(MI, Hint0, regFree); 682 assignVirtToPhysReg(LR, Hint0); 685 LLVM_DEBUG(dbgs() << "\tPreferred Register 1: " << printReg(Hint0, TRI) 689 Hint0 = 0; 726 if (PhysReg == Hint1 || PhysReg == Hint0)