Searched refs:AvailablePhysReg (Results 1 – 3 of 3) sorted by relevance
113 unsigned AvailablePhysReg = selectOrSplit(*VirtReg, SplitVRegs); in allocatePhysRegs() local115 if (AvailablePhysReg == ~0u) { in allocatePhysRegs()138 if (AvailablePhysReg) in allocatePhysRegs()139 Matrix->assign(*VirtReg, AvailablePhysReg); in allocatePhysRegs()
107 unsigned AvailablePhysReg = selectOrSplit(*VirtReg, SplitVRegs); in allocatePhysRegs() local109 if (AvailablePhysReg == ~0u) { in allocatePhysRegs()132 if (AvailablePhysReg) in allocatePhysRegs()133 Matrix->assign(*VirtReg, AvailablePhysReg); in allocatePhysRegs()
322 unsigned AvailablePhysReg = selectOrSplit(*VirtReg, SplitVRegs); in allocatePhysRegs() local324 if (AvailablePhysReg == ~0u) { in allocatePhysRegs()343 if (AvailablePhysReg) in allocatePhysRegs()344 assign(*VirtReg, AvailablePhysReg); in allocatePhysRegs()