Home
last modified time | relevance | path

Searched refs:first_instruction_index (Results 1 – 11 of 11) sorted by relevance

/external/v8/test/cctest/compiler/
Dtest-instruction.cc100 int first_instruction_index(BasicBlock* block) { in first_instruction_index() function in v8::internal::compiler::InstructionTester
101 return BlockAt(block)->first_instruction_index(); in first_instruction_index()
179 CHECK_EQ(b0, R.GetBasicBlock(R.first_instruction_index(b0))); in TEST()
182 CHECK_EQ(b1, R.GetBasicBlock(R.first_instruction_index(b1))); in TEST()
185 CHECK_EQ(b2, R.GetBasicBlock(R.first_instruction_index(b2))); in TEST()
188 CHECK_EQ(b3, R.GetBasicBlock(R.first_instruction_index(b3))); in TEST()
/external/v8/src/crankshaft/
Dlithium-allocator.cc575 block->first_instruction_index()); in AddInitialIntervals()
753 int start = block->first_instruction_index(); in MeetRegisterConstraints()
883 int block_start = block->first_instruction_index(); in ProcessInstructions()
1066 live_range->SetSpillStartIndex(phi->block()->first_instruction_index()); in ResolvePhis()
1122 LifetimePosition::FromInstructionIndex(block->first_instruction_index()); in ResolveControlFlow()
1146 gap = GapAt(block->first_instruction_index()); in ResolveControlFlow()
1300 block->first_instruction_index()); in BuildLiveRanges()
1318 block->first_instruction_index()); in BuildLiveRanges()
1951 loop_header->first_instruction_index()); in FindOptimalSpillingPos()
2088 block->first_instruction_index()); in FindOptimalSplitPos()
Dlithium.cc276 int first_instruction = block->first_instruction_index(); in GetLabel()
300 int first = block->first_instruction_index(); in MarkEmptyBlocks()
Dhydrogen.h69 int first_instruction_index() const { return first_instruction_index_; } in first_instruction_index() function
Dhydrogen.cc13355 int first_index = current->first_instruction_index(); in Trace()
13403 int first_index = current->first_instruction_index(); in Trace()
/external/v8/src/compiler/
Dlive-range-separator.cc83 current_block->first_instruction_index()); in SplinterLiveRange()
Dregister-allocator.cc1538 int start = block->first_instruction_index(); in MeetRegisterConstraints()
1575 int gap_index = successor->first_instruction_index(); in MeetRegisterConstraintsForLastInstructionInBlock()
1587 int gap_index = successor->first_instruction_index(); in MeetRegisterConstraintsForLastInstructionInBlock()
1728 int gap_index = block->first_instruction_index(); in ResolvePhis()
1782 block->first_instruction_index()); in AddInitialIntervals()
1899 int block_start = block->first_instruction_index(); in ProcessInstructions()
2089 block->first_instruction_index()); in ProcessPhis()
2104 block->first_instruction_index()); in ProcessLoopHeader()
2336 block->first_instruction_index()); in FindOptimalSplitPos()
2356 loop_header->first_instruction_index()); in FindOptimalSpillingPos()
[all …]
Dgraph-visualizer.cc410 int first_index = instruction_block->first_instruction_index(); in PrintSchedule()
490 for (int j = instruction_block->first_instruction_index(); in PrintSchedule()
Dmove-optimizer.cc252 for (int i = block->first_instruction_index(); in OptimizeMerge()
Dinstruction.cc939 for (int j = block->first_instruction_index(); in operator <<()
Dinstruction.h1084 int first_instruction_index() const { in first_instruction_index() function