Lines Matching full:physical
1372 /// lowering copy vregs into physical registers, which are then passed into
1381 // physical registers if there is debug info associated with the terminator
1389 // 1. Copying a vreg into a physical register.
1409 // physical register.
1422 /// allocation, use physical registers. This creates an issue for us since
1423 /// physical registers at this point can not travel across basic
1424 /// blocks. Luckily, selectiondag always moves physical registers into vregs
1426 /// into the physical registers right before the terminator creating a
1430 /// physical registers.
1479 // physical registers used in the tail of parent mbb into virtual registers
1480 // before the split point and back into physical registers after the split