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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp662 void RegAllocFast::allocVirtReg(MachineInstr &MI, LiveReg &LR, Register Hint0) { argument
671 << " with hint " << printReg(Hint0, TRI) << '\n');
674 if (Hint0.isPhysical() && MRI->isAllocatable(Hint0) &&
675 RC.contains(Hint0)) {
677 unsigned Cost = calcSpillCost(Hint0);
679 LLVM_DEBUG(dbgs() << "\tPreferred Register 1: " << printReg(Hint0, TRI)
682 definePhysReg(MI, Hint0, regFree);
683 assignVirtToPhysReg(LR, Hint0);
686 LLVM_DEBUG(dbgs() << "\tPreferred Register 1: " << printReg(Hint0, TR
[all...]

Completed in 103 milliseconds