Searched refs:first_instr (Results 1 – 5 of 5) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | move-optimizer-unittest.cc | 92 auto first_instr = EmitNop(); in TEST_F() local 93 AddMove(first_instr, Reg(0), Reg(1)); in TEST_F() 100 CHECK_EQ(0, NonRedundantSize(first_instr->parallel_moves()[0])); in TEST_F() 114 auto first_instr = EmitNop(); in TEST_F() local 115 AddMove(first_instr, Reg(first_reg_index), ExplicitReg(second_reg_index)); in TEST_F() 122 CHECK_EQ(0, NonRedundantSize(first_instr->parallel_moves()[0])); in TEST_F() 326 Instruction* first_instr = LastInstruction(); in TEST_F() local 327 AddMove(first_instr, Reg(0), Reg(1)); in TEST_F() 333 ParallelMove* first_move = first_instr->parallel_moves()[0]; in TEST_F()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_flow.c | 481 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); in lp_build_alloca() local 485 if (first_instr) { in lp_build_alloca() 486 LLVMPositionBuilderBefore(first_builder, first_instr); in lp_build_alloca() 524 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); in lp_build_array_alloca() local 528 if (first_instr) { in lp_build_array_alloca() 529 LLVMPositionBuilderBefore(first_builder, first_instr); in lp_build_array_alloca()
|
/external/v8/src/compiler/ |
D | live-range-separator.cc | 113 int first_instr = range->first_interval()->FirstGapIndex(); in Splinter() local 114 if (!data()->code()->GetInstructionBlock(first_instr)->IsDeferred()) { in Splinter()
|
/external/v8/src/s390/ |
D | code-stubs-s390.h | 130 uint64_t first_instr = Assembler::instr_at(stub->instruction_start()); in GetMode() local 137 bool isFirstInstrNOP = isBranchNop(first_instr, first_instr_length); in GetMode()
|
/external/v8/src/crankshaft/ |
D | lithium.cc | 295 LInstruction* first_instr = instructions()->at(first); in MarkEmptyBlocks() local 298 LLabel* label = LLabel::cast(first_instr); in MarkEmptyBlocks()
|