Home
last modified time | relevance | path

Searched refs:BRW_OPCODE_MOV (Results 1 – 24 of 24) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dtest_fs_saturate_propagation.cpp132 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F()
169 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F()
205 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F()
239 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F()
277 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F()
315 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F()
352 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F()
393 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F()
438 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F()
478 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F()
[all …]
Dbrw_fs_cmod_propagation.cpp62 inst->opcode != BRW_OPCODE_MOV) || in opt_cmod_propagation_local()
85 if (inst->opcode == BRW_OPCODE_MOV && in opt_cmod_propagation_local()
Dbrw_vec4_cmod_propagation.cpp49 inst->opcode != BRW_OPCODE_MOV) || in opt_cmod_propagation_local()
65 if (inst->opcode == BRW_OPCODE_MOV && in opt_cmod_propagation_local()
Dbrw_vec4_cse.cpp52 case BRW_OPCODE_MOV: in is_expression()
166 if (inst->opcode != BRW_OPCODE_MOV || in opt_cse_local()
167 (inst->opcode == BRW_OPCODE_MOV && in opt_cse_local()
Dbrw_fs_sel_peephole.cpp71 if (then_movs == MAX_MOVS || inst->opcode != BRW_OPCODE_MOV || in count_movs_from_if()
81 if (else_movs == MAX_MOVS || inst->opcode != BRW_OPCODE_MOV || in count_movs_from_if()
Dbrw_fs_saturate_propagation.cpp54 if (inst->opcode != BRW_OPCODE_MOV || in opt_saturate_propagation_local()
128 if (scan_inst->opcode != BRW_OPCODE_MOV || in opt_saturate_propagation_local()
Dbrw_fs_cse.cpp51 case BRW_OPCODE_MOV: in is_expression()
269 if (inst->opcode != BRW_OPCODE_MOV || in opt_cse_local()
270 (inst->opcode == BRW_OPCODE_MOV && in opt_cse_local()
Dtest_fs_copy_propagation.cpp132 EXPECT_EQ(BRW_OPCODE_MOV, mov->opcode); in TEST_F()
194 EXPECT_EQ(BRW_OPCODE_MOV, mov->opcode); in TEST_F()
Dbrw_fs_register_coalesce.cpp61 } else if (inst->opcode == BRW_OPCODE_MOV) { in is_nop_mov()
71 if ((inst->opcode != BRW_OPCODE_MOV && in is_coalesce_candidate()
Dbrw_vec4.cpp301 (opcode == BRW_OPCODE_MOV || in can_change_types()
402 if (inst->opcode == BRW_OPCODE_MOV && in opt_vector_float()
790 case BRW_OPCODE_MOV: in opt_algebraic()
808 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic()
815 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic()
823 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic()
840 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic()
844 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic()
865 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic()
1205 if (inst->opcode != BRW_OPCODE_MOV || in opt_register_coalesce()
[all …]
Dbrw_fs_lower_conversions.cpp33 case BRW_OPCODE_MOV: in supports_type_conversion()
Dbrw_fs.cpp398 (opcode == BRW_OPCODE_MOV || in can_change_types()
2334 case BRW_OPCODE_MOV: in opt_algebraic()
2356 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic()
2364 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic()
2373 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic()
2382 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic()
2395 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic()
2403 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic()
2412 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic()
2420 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic()
[all …]
Dbrw_vec4_copy_propagation.cpp46 return (inst->opcode == BRW_OPCODE_MOV && in is_direct_copy()
188 case BRW_OPCODE_MOV: in try_constant_propagate()
Dtest_eu_validate.cpp1077 if (inst[i].opcode == BRW_OPCODE_MOV) { in TEST_P()
1197 if (inst[i].opcode == BRW_OPCODE_MOV) { in TEST_P()
1333 if (inst[i].opcode == BRW_OPCODE_MOV) { in TEST_P()
1425 if (inst[i].opcode == BRW_OPCODE_MOV) { in TEST_P()
1527 if (inst[i].opcode == BRW_OPCODE_MOV) { in TEST_P()
Dbrw_shader.cpp867 case BRW_OPCODE_MOV: in can_do_saturate()
917 case BRW_OPCODE_MOV: in can_do_cmod()
Dbrw_fs_combine_constants.cpp54 case BRW_OPCODE_MOV: in could_coissue()
Dbrw_fs_copy_propagation.cpp574 case BRW_OPCODE_MOV: in try_constant_propagate()
757 return (inst->opcode == BRW_OPCODE_MOV && in can_propagate_from()
Dbrw_eu_defines.h193 BRW_OPCODE_MOV = 1, enumerator
Dbrw_eu.c430 [BRW_OPCODE_MOV] = {
Dbrw_eu_validate.c123 return brw_inst_opcode(devinfo, inst) == BRW_OPCODE_MOV && in inst_is_raw_move()
Dbrw_vec4_visitor.cpp1850 emit(BRW_OPCODE_MOV, dst_reg(temp), *reg); in resolve_ud_negate()
Dbrw_vec4_generator.cpp1555 case BRW_OPCODE_MOV: in generate_code()
Dbrw_fs_generator.cpp1722 case BRW_OPCODE_MOV: in generate_code()
Dbrw_eu_emit.c1005 return brw_alu1(p, BRW_OPCODE_MOV, dest, src0); in ALU1()