Home
last modified time | relevance | path

Searched refs:BRW_OPCODE_MUL (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dtest_fs_saturate_propagation.cpp349 EXPECT_EQ(BRW_OPCODE_MUL, instruction(block0, 0)->opcode); in TEST_F()
475 EXPECT_EQ(BRW_OPCODE_MUL, instruction(block0, 0)->opcode); in TEST_F()
517 EXPECT_EQ(BRW_OPCODE_MUL, instruction(block0, 0)->opcode); in TEST_F()
716 EXPECT_EQ(BRW_OPCODE_MUL, instruction(block0, 0)->opcode); in TEST_F()
Dbrw_fs_cmod_propagation.cpp167 scan_inst->opcode == BRW_OPCODE_MUL) in opt_cmod_propagation_local()
Dbrw_fs_cse.cpp63 case BRW_OPCODE_MUL: in is_expression()
127 } else if (a->opcode == BRW_OPCODE_MUL && a->dst.type == BRW_REGISTER_TYPE_F) { in operands_match()
Dbrw_shader.cpp754 case BRW_OPCODE_MUL: in is_commutative()
868 case BRW_OPCODE_MUL: in can_do_saturate()
918 case BRW_OPCODE_MUL: in can_do_cmod()
Dbrw_vec4_cmod_propagation.cpp154 scan_inst->opcode == BRW_OPCODE_MUL) in opt_cmod_propagation_local()
Dbrw_vec4_copy_propagation.cpp222 case BRW_OPCODE_MUL: in try_constant_propagate()
236 if ((inst->opcode == BRW_OPCODE_MUL || in try_constant_propagate()
Dbrw_fs_saturate_propagation.cpp87 if (scan_inst->opcode == BRW_OPCODE_MUL) { in opt_saturate_propagation_local()
Dtest_vec4_cmod_propagation.cpp621 EXPECT_EQ(BRW_OPCODE_MUL, instruction(block0, 0)->opcode); in TEST_F()
656 EXPECT_EQ(BRW_OPCODE_MUL, instruction(block0, 0)->opcode); in TEST_F()
819 EXPECT_EQ(BRW_OPCODE_MUL, instruction(block0, 0)->opcode); in TEST_F()
Dbrw_fs_combine_constants.cpp57 case BRW_OPCODE_MUL: in could_coissue()
Dbrw_vec4_cse.cpp64 case BRW_OPCODE_MUL: in is_expression()
Dbrw_fs_copy_propagation.cpp607 case BRW_OPCODE_MUL: in try_constant_propagate()
629 if (((inst->opcode == BRW_OPCODE_MUL && in try_constant_propagate()
Dtest_eu_validate.cpp1081 assert(inst[i].opcode == BRW_OPCODE_MUL); in TEST_P()
1201 assert(inst[i].opcode == BRW_OPCODE_MUL); in TEST_P()
1337 assert(inst[i].opcode == BRW_OPCODE_MUL); in TEST_P()
1531 assert(inst[i].opcode == BRW_OPCODE_MUL); in TEST_P()
Dbrw_eu_defines.h249 BRW_OPCODE_MUL = 65, enumerator
Dbrw_eu.c565 [BRW_OPCODE_MUL] = {
Dbrw_vec4.cpp821 case BRW_OPCODE_MUL: in opt_algebraic()
992 if (inst->opcode == BRW_OPCODE_MUL && in is_dep_ctrl_unsafe()
2478 mul->opcode = BRW_OPCODE_MUL; in lower_64bit_mad_to_mul_add()
Dbrw_eu_validate.c1113 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_MUL && in special_requirements_for_handling_double_precision_data_types()
Dbrw_fs.cpp2350 case BRW_OPCODE_MUL: in opt_algebraic()
2490 inst->opcode = BRW_OPCODE_MUL; in opt_algebraic()
3548 if (inst->opcode == BRW_OPCODE_MUL) { in lower_integer_multiplication()
4969 case BRW_OPCODE_MUL: in get_lowered_simd_width()
Dbrw_vec4_generator.cpp1561 case BRW_OPCODE_MUL: in generate_code()
Dbrw_fs_generator.cpp1728 case BRW_OPCODE_MUL: in generate_code()
Dbrw_eu_emit.c1082 return brw_alu2(p, BRW_OPCODE_MUL, dest, src0, src1); in brw_MUL()