Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
H A Dmid-tier-register-allocator.cc1375 void AllocatePhiGapMove(VirtualRegisterData& to_vreg,
2695 VirtualRegisterData& to_vreg, VirtualRegisterData& from_vreg, in AllocatePhiGapMove()
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 in AllocatePhiGapMoves()
2694 AllocatePhiGapMove( VirtualRegisterData& to_vreg, VirtualRegisterData& from_vreg, int instr_index) AllocatePhiGapMove() argument
[all...]
H A Dregister-allocator.cc2294 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()

Completed in 14 milliseconds