Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.cc870 for (MoveOperands* move_op : *move) { in FilterSpillMoves()
871 if (move_op->IsEliminated()) continue; in FilterSpillMoves()
872 if (move_op->source().Equals(*to_spill->operand) && in FilterSpillMoves()
873 move_op->destination().Equals(op)) { in FilterSpillMoves()
875 if (has_preassigned_slot()) move_op->Eliminate(); in FilterSpillMoves()
H A Dmid-tier-register-allocator.cc2400 MoveOperands* move_op = in AllocateInput() local
2402 virtual_register.SpillOperand(&move_op->source(), instr_index, true, data_); in AllocateInput()

Completed in 15 milliseconds