Searched refs:first_instruction_index (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | register-allocator.cc | 95 succ->first_instruction_index()); in FindSucc() 107 block->first_instruction_index()); in FindConnectableSubranges() 1084 block->first_instruction_index()); in PrintBlockRow() 1654 int start = block->first_instruction_index(); in MeetRegisterConstraints() 1690 int gap_index = successor->first_instruction_index(); in MeetRegisterConstraintsForLastInstructionInBlock() 1703 int gap_index = successor->first_instruction_index(); in MeetRegisterConstraintsForLastInstructionInBlock() 1875 int gap_index = block->first_instruction_index(); in ResolvePhis() 1926 block->first_instruction_index()); in AddInitialIntervals() 2118 int block_start = block->first_instruction_index(); in ProcessInstructions() 2448 predecessor_block->first_instruction_index()) { in ProcessPhis() [all...] |
H A D | mid-tier-register-allocator.cc | 414 : live_range_(phi_block->first_instruction_index(), in SpillRange() 415 phi_block->first_instruction_index()), in SpillRange() 460 DCHECK_EQ(block->first_instruction_index(), instr_index); in AddDeferredSpillOutput() 715 EmitGapMoveToSpillSlot(from_operand, successor->first_instruction_index(), in EmitGapMoveFromOutputToSpillSlot() 1938 int instr_index = data_->GetBlock(successor)->first_instruction_index(); in MoveRegisterOnMerge() 2049 data_->AddGapMove(successor->first_instruction_index(), in EmitGapMoveFromOutput() 2321 data_->GetBlock(deferred_block)->first_instruction_index(); in AllocateDeferredBlockSpillOutput() 2875 int block_start = block->first_instruction_index(); in DefineOutputs() 2932 .DefineAsPhi(virtual_register, rep, block->first_instruction_index(), in DefineOutputs() 3026 int block_start = block->first_instruction_index(); in AllocateRegisters() [all...] |
H A D | move-optimizer.cc | 350 int first_instr_index = block->first_instruction_index(); in CompressBlock() 423 Instruction* instr = code()->instructions()[block->first_instruction_index()]; in OptimizeMerge()
|
H A D | spill-placer.cc | 475 data()->AddGapMove(successor->first_instruction_index(), in CommitSpill()
|
H A D | instruction.cc | 714 for (int j = block->first_instruction_index();
|
H A D | instruction.h | 1533 int first_instruction_index() const { in first_instruction_index() function in v8::internal::compiler::final
|
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-visualizer.cc | 608 int first_index = instruction_block->first_instruction_index(); in PrintSchedule() 692 for (int j = instruction_block->first_instruction_index(); in PrintSchedule() 1337 for (int j = block->first_instruction_index(); in operator <<()
|
Completed in 21 milliseconds