Searched refs:to_vreg (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ |
D | mid-tier-register-allocator.cc | 1375 void AllocatePhiGapMove(VirtualRegisterData& to_vreg, 2695 VirtualRegisterData& to_vreg, VirtualRegisterData& from_vreg, in AllocatePhiGapMove() argument 2699 RegisterIndex to_register = RegisterForVirtualRegister(to_vreg.vreg()); in AllocatePhiGapMove() 2711 CommitRegister(to_register, to_vreg.vreg(), to_vreg.rep(), &operand, in AllocatePhiGapMove() 2724 CommitRegister(to_register, to_vreg.vreg(), to_vreg.rep(), to_operand, in AllocatePhiGapMove() 2727 to_vreg.SpillOperand(to_operand, instr_index, true, data_); in AllocatePhiGapMove() 3236 VirtualRegisterData& to_vreg = in AllocatePhiGapMoves() local 3241 AllocatorFor(to_vreg.rep()) in AllocatePhiGapMoves() 3242 .AllocatePhiGapMove(to_vreg, from_vreg, instr_index); in AllocatePhiGapMoves()
|
D | register-allocator.cc | 2294 int to_vreg = UnallocatedOperand::cast(to).virtual_register(); in ProcessInstructions() local 2296 data()->GetOrCreateLiveRangeFor(to_vreg); in ProcessInstructions() 2298 phi_vreg = to_vreg; in ProcessInstructions() 2305 hint = data()->GetPhiMapValueFor(to_vreg); in ProcessInstructions() 2308 if (live->Contains(to_vreg)) { in ProcessInstructions() 2312 live->Remove(to_vreg); in ProcessInstructions()
|