Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/intel/compiler/
Dtest_fs_saturate_propagation.cpp144 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F()
181 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F()
217 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F()
251 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F()
289 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F()
327 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F()
364 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F()
405 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F()
450 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F()
490 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F()
[all …]
Dbrw_vec4_cse.cpp52 case BRW_OPCODE_MOV: in is_expression()
107 } else if (a->opcode == BRW_OPCODE_MOV && in operands_match()
193 if (inst->opcode != BRW_OPCODE_MOV || in opt_cse_local()
194 (inst->opcode == BRW_OPCODE_MOV && in opt_cse_local()
Dbrw_fs_register_coalesce.cpp63 } else if (inst->opcode == BRW_OPCODE_MOV) { in is_nop_mov()
73 if ((inst->opcode != BRW_OPCODE_MOV && in is_coalesce_candidate()
296 assert(mov[i]->opcode == BRW_OPCODE_MOV); in register_coalesce()
Dbrw_vec4_cmod_propagation.cpp60 inst->opcode != BRW_OPCODE_MOV) || in opt_cmod_propagation_local()
80 if (inst->opcode == BRW_OPCODE_MOV && in opt_cmod_propagation_local()
161 inst->opcode == BRW_OPCODE_MOV) && in opt_cmod_propagation_local()
Dbrw_fs_saturate_propagation.cpp56 if (inst->opcode != BRW_OPCODE_MOV || in opt_saturate_propagation_local()
131 if (scan_inst->opcode != BRW_OPCODE_MOV || in opt_saturate_propagation_local()
Dbrw_fs_sel_peephole.cpp72 if (then_movs == MAX_MOVS || inst->opcode != BRW_OPCODE_MOV || in count_movs_from_if()
82 if (else_movs == MAX_MOVS || inst->opcode != BRW_OPCODE_MOV || in count_movs_from_if()
Dbrw_vec4.cpp312 (opcode == BRW_OPCODE_MOV || in can_change_types()
418 if (inst->opcode == BRW_OPCODE_MOV && in opt_vector_float()
622 case BRW_OPCODE_MOV: in opt_algebraic()
649 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic()
657 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic()
664 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic()
672 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic()
689 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic()
693 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic()
702 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic()
[all …]
Dtest_fs_copy_propagation.cpp143 EXPECT_EQ(BRW_OPCODE_MOV, mov->opcode); in TEST_F()
205 EXPECT_EQ(BRW_OPCODE_MOV, mov->opcode); in TEST_F()
Dbrw_fs_cse.cpp51 case BRW_OPCODE_MOV: in is_expression()
274 if (inst->opcode != BRW_OPCODE_MOV || in opt_cse_local()
275 (inst->opcode == BRW_OPCODE_MOV && in opt_cse_local()
Dtest_fs_cmod_propagation.cpp1299 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F()
1342 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F()
1577 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F()
1621 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in test_mov_prop()
2174 assert(op == BRW_OPCODE_CMP || op == BRW_OPCODE_MOV); in test_saturate_prop()
2249 test_saturate_prop(BRW_CONDITIONAL_NZ, BRW_OPCODE_MOV, in TEST_F()
2285 test_saturate_prop(BRW_CONDITIONAL_Z, BRW_OPCODE_MOV, in TEST_F()
2321 test_saturate_prop(BRW_CONDITIONAL_G, BRW_OPCODE_MOV, in TEST_F()
2357 test_saturate_prop(BRW_CONDITIONAL_LE, BRW_OPCODE_MOV, in TEST_F()
2393 test_saturate_prop(BRW_CONDITIONAL_L, BRW_OPCODE_MOV, in TEST_F()
[all …]
Dbrw_fs_cmod_propagation.cpp235 inst->opcode != BRW_OPCODE_MOV && in opt_cmod_propagation_local()
321 if (inst->opcode == BRW_OPCODE_MOV) { in opt_cmod_propagation_local()
Dbrw_vec4_copy_propagation.cpp46 return (inst->opcode == BRW_OPCODE_MOV && in is_direct_copy()
174 case BRW_OPCODE_MOV: in try_constant_propagate()
Dbrw_fs_copy_propagation.cpp613 inst->opcode != BRW_OPCODE_MOV) { in try_copy_propagate()
708 assert((entry->dst.offset % REG_SIZE == 0 || inst->opcode == BRW_OPCODE_MOV) && in try_copy_propagate()
795 case BRW_OPCODE_MOV: in try_constant_propagate()
1001 return (inst->opcode == BRW_OPCODE_MOV && in can_propagate_from()
Dbrw_fs.cpp477 (opcode == BRW_OPCODE_MOV || in can_change_types()
2537 case BRW_OPCODE_MOV: in opt_algebraic()
2616 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic()
2624 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic()
2638 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic()
2646 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic()
2664 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic()
2707 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic()
2719 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic()
2734 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic()
[all …]
Dbrw_fs_lower_regioning.cpp42 inst->opcode == BRW_OPCODE_MOV && in is_byte_raw_mov()
320 case BRW_OPCODE_MOV: in has_invalid_conversion()
Dbrw_eu.c601 { BRW_OPCODE_MOV, 1, "mov", 1, 1, GFX_LT(GFX12) },
602 { BRW_OPCODE_MOV, 97, "mov", 1, 1, GFX_GE(GFX12) },
Dbrw_shader.cpp1005 case BRW_OPCODE_MOV: in can_do_saturate()
1056 case BRW_OPCODE_MOV: in can_do_cmod()
Dtest_eu_validate.cpp2298 if (inst[i].opcode == BRW_OPCODE_MOV) { in TEST_P()
2431 if (inst[i].opcode == BRW_OPCODE_MOV) { in TEST_P()
2580 if (inst[i].opcode == BRW_OPCODE_MOV) { in TEST_P()
2681 if (inst[i].opcode == BRW_OPCODE_MOV) { in TEST_P()
2799 if (inst[i].opcode == BRW_OPCODE_MOV) { in TEST_P()
2907 case BRW_OPCODE_MOV: in TEST_P()
Dbrw_fs_combine_constants.cpp55 case BRW_OPCODE_MOV: in could_coissue()
Dbrw_eu_defines.h181 BRW_OPCODE_MOV, enumerator
Dbrw_ir_performance.cpp381 case BRW_OPCODE_MOV: in instruction_desc()
Dbrw_vec4_visitor.cpp1345 emit(BRW_OPCODE_MOV, dst_reg(temp), *reg); in resolve_ud_negate()
Dbrw_eu_validate.c165 return brw_inst_opcode(isa, inst) == BRW_OPCODE_MOV && in inst_is_raw_move()
Dbrw_eu_emit.c1146 return brw_alu1(p, BRW_OPCODE_MOV, dest, src0); in ALU1()
3672 assert(brw_inst_opcode(isa, inst) == BRW_OPCODE_MOV); in brw_update_reloc_imm()
/third_party/mesa3d/src/intel/tools/
Di965_lex.l100 mov { yylval.integer = BRW_OPCODE_MOV; return MOV; }

12