Home
last modified time | relevance | path

Searched refs:parallel_moves (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dmove-optimizer.cc115 ParallelMove* moves = instr->parallel_moves()[i]; in FindFirstNonEmptySlot()
167 ParallelMove* moves = instruction->parallel_moves()[0]; in RemoveClobberedDestinations()
170 DCHECK(instruction->parallel_moves()[1] == nullptr || in RemoveClobberedDestinations()
171 instruction->parallel_moves()[1]->empty()); in RemoveClobberedDestinations()
212 ParallelMove* from_moves = from->parallel_moves()[0]; in MigrateMoves()
328 std::swap(instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION], in CompressGaps()
329 instruction->parallel_moves()[Instruction::LAST_GAP_POSITION]); in CompressGaps()
332 instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION], in CompressGaps()
333 instruction->parallel_moves()[Instruction::LAST_GAP_POSITION]); in CompressGaps()
339 instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION]; in CompressGaps()
[all …]
Dinstruction.cc506 if (instr.parallel_moves()[i] != nullptr) { in operator <<()
507 os << *instr.parallel_moves()[i]; in operator <<()
Dinstruction.h1015 ParallelMove* const* parallel_moves() const { return &parallel_moves_[0]; } in parallel_moves() function
1016 ParallelMove** parallel_moves() { return &parallel_moves_[0]; } in parallel_moves() function
/third_party/node/deps/v8/src/compiler/
Dgraph-visualizer.cc1236 const ParallelMove* pm = instr->parallel_moves()[i]; in operator <<()