/external/mesa3d/src/intel/compiler/ |
D | test_fs_saturate_propagation.cpp | 131 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F() 168 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F() 204 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F() 238 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F() 276 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F() 314 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F() 351 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F() 392 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F() 437 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F() 477 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F() [all …]
|
D | brw_fs_cmod_propagation.cpp | 233 inst->opcode != BRW_OPCODE_MOV && in opt_cmod_propagation_local() 261 if (inst->opcode == BRW_OPCODE_MOV && in opt_cmod_propagation_local() 344 if (inst->opcode == BRW_OPCODE_MOV) { in opt_cmod_propagation_local() 481 if (inst->opcode != BRW_OPCODE_MOV && in opt_cmod_propagation_local()
|
D | brw_vec4_cse.cpp | 52 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()
|
D | brw_vec4_cmod_propagation.cpp | 60 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()
|
D | brw_fs_saturate_propagation.cpp | 56 if (inst->opcode != BRW_OPCODE_MOV || in opt_saturate_propagation_local() 131 if (scan_inst->opcode != BRW_OPCODE_MOV || in opt_saturate_propagation_local()
|
D | brw_fs_sel_peephole.cpp | 71 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()
|
D | test_fs_cmod_propagation.cpp | 1254 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F() 1297 EXPECT_EQ(BRW_OPCODE_MOV, instruction(block0, 1)->opcode); in TEST_F() 1506 assert(op == BRW_OPCODE_CMP || op == BRW_OPCODE_MOV); in test_positive_float_saturate_prop() 1537 assert(op == BRW_OPCODE_CMP || op == BRW_OPCODE_MOV); in test_negative_float_saturate_prop() 1571 assert(op == BRW_OPCODE_CMP || op == BRW_OPCODE_MOV); in test_negative_int_saturate_prop() 1625 BRW_OPCODE_MOV); in TEST_F() 1660 test_negative_float_saturate_prop(BRW_CONDITIONAL_Z, BRW_OPCODE_MOV); in TEST_F() 1663 BRW_OPCODE_MOV); in TEST_F() 1699 test_negative_float_saturate_prop(BRW_CONDITIONAL_G, BRW_OPCODE_MOV); in TEST_F() 1702 BRW_OPCODE_MOV); in TEST_F() [all …]
|
D | brw_fs_register_coalesce.cpp | 63 } 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()
|
D | test_fs_copy_propagation.cpp | 131 EXPECT_EQ(BRW_OPCODE_MOV, mov->opcode); in TEST_F() 193 EXPECT_EQ(BRW_OPCODE_MOV, mov->opcode); in TEST_F()
|
D | brw_fs_cse.cpp | 51 case BRW_OPCODE_MOV: in is_expression() 273 if (inst->opcode != BRW_OPCODE_MOV || in opt_cse_local() 274 (inst->opcode == BRW_OPCODE_MOV && in opt_cse_local()
|
D | brw_vec4.cpp | 314 (opcode == BRW_OPCODE_MOV || in can_change_types() 422 if (inst->opcode == BRW_OPCODE_MOV && in opt_vector_float() 813 case BRW_OPCODE_MOV: in opt_algebraic() 840 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic() 848 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic() 855 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic() 863 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic() 880 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic() 884 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic() 893 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic() [all …]
|
D | brw_vec4_copy_propagation.cpp | 46 return (inst->opcode == BRW_OPCODE_MOV && in is_direct_copy() 174 case BRW_OPCODE_MOV: in try_constant_propagate()
|
D | brw_fs_lower_regioning.cpp | 42 inst->opcode == BRW_OPCODE_MOV && in is_byte_raw_mov() 208 case BRW_OPCODE_MOV: in has_invalid_conversion()
|
D | brw_eu.cpp | 595 { BRW_OPCODE_MOV, 1, "mov", 1, 1, GEN_LT(GEN12) }, 596 { BRW_OPCODE_MOV, 97, "mov", 1, 1, GEN_GE(GEN12) },
|
D | brw_fs.cpp | 490 (opcode == BRW_OPCODE_MOV || in can_change_types() 2633 case BRW_OPCODE_MOV: in opt_algebraic() 2701 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic() 2709 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic() 2723 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic() 2731 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic() 2749 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic() 2792 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic() 2804 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic() 2819 inst->opcode = BRW_OPCODE_MOV; in opt_algebraic() [all …]
|
D | brw_shader.cpp | 971 case BRW_OPCODE_MOV: in can_do_saturate() 1021 case BRW_OPCODE_MOV: in can_do_cmod()
|
D | brw_fs_copy_propagation.cpp | 735 case BRW_OPCODE_MOV: in try_constant_propagate() 908 return (inst->opcode == BRW_OPCODE_MOV && in can_propagate_from()
|
D | test_eu_validate.cpp | 2295 if (inst[i].opcode == BRW_OPCODE_MOV) { in TEST_P() 2427 if (inst[i].opcode == BRW_OPCODE_MOV) { in TEST_P() 2575 if (inst[i].opcode == BRW_OPCODE_MOV) { in TEST_P() 2674 if (inst[i].opcode == BRW_OPCODE_MOV) { in TEST_P() 2792 if (inst[i].opcode == BRW_OPCODE_MOV) { in TEST_P() 2899 case BRW_OPCODE_MOV: in TEST_P()
|
D | brw_fs_combine_constants.cpp | 55 case BRW_OPCODE_MOV: in could_coissue()
|
D | brw_eu_defines.h | 203 BRW_OPCODE_MOV, enumerator
|
D | brw_ir_performance.cpp | 376 case BRW_OPCODE_MOV: in instruction_desc()
|
/external/igt-gpu-tools/assembler/ |
D | lex.l | 89 "mov" { yylval.integer = BRW_OPCODE_MOV; return MOV; }
|
D | brw_defines.h | 637 BRW_OPCODE_MOV = 1, enumerator
|
D | brw_disasm.c | 35 [BRW_OPCODE_MOV] = { .name = "mov", .nsrc = 1, .ndst = 1 },
|
/external/mesa3d/src/intel/tools/ |
D | i965_lex.l | 99 mov { yylval.integer = BRW_OPCODE_MOV; return MOV; }
|