Searched refs:getErrorAssignment (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegAllocBase.cpp | 128 AvailablePhysReg = getErrorAssignment(*RC, MI); in allocatePhysRegs() 213 MCPhysReg RegAllocBase::getErrorAssignment(const TargetRegisterClass &RC, in getErrorAssignment() function in RegAllocBase
|
| H A D | RegAllocBase.h | 136 MCPhysReg getErrorAssignment(const TargetRegisterClass &RC,
|
| H A D | RegAllocFast.cpp | 370 MCPhysReg getErrorAssignment(const LiveReg &LR, MachineInstr &MI, 985 LR.PhysReg = getErrorAssignment(LR, MI, RC); in allocVirtReg() 1015 PhysReg = getErrorAssignment(*LRI, *MO.getParent(), RC); in allocVirtRegUndef() 1190 MCPhysReg RegAllocFastImpl::getErrorAssignment(const LiveReg &LR, in getErrorAssignment() function in RegAllocFastImpl
|