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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp197 void usePhysReg(MachineOperand &MO);
454 void RegAllocFast::usePhysReg(MachineOperand &MO) { function in class:__anon3551::RegAllocFast
460 assert(PhysReg.isPhysical() && "Bad usePhysReg operand");
1064 usePhysReg(MO);

Completed in 104 milliseconds