Searched refs:BRW_OPCODE_MUL (Results 1 – 20 of 20) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | test_fs_saturate_propagation.cpp | 349 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()
|
D | brw_fs_cmod_propagation.cpp | 167 scan_inst->opcode == BRW_OPCODE_MUL) in opt_cmod_propagation_local()
|
D | brw_fs_cse.cpp | 63 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()
|
D | brw_shader.cpp | 754 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()
|
D | brw_vec4_cmod_propagation.cpp | 154 scan_inst->opcode == BRW_OPCODE_MUL) in opt_cmod_propagation_local()
|
D | brw_vec4_copy_propagation.cpp | 222 case BRW_OPCODE_MUL: in try_constant_propagate() 236 if ((inst->opcode == BRW_OPCODE_MUL || in try_constant_propagate()
|
D | brw_fs_saturate_propagation.cpp | 87 if (scan_inst->opcode == BRW_OPCODE_MUL) { in opt_saturate_propagation_local()
|
D | test_vec4_cmod_propagation.cpp | 621 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()
|
D | brw_fs_combine_constants.cpp | 57 case BRW_OPCODE_MUL: in could_coissue()
|
D | brw_vec4_cse.cpp | 64 case BRW_OPCODE_MUL: in is_expression()
|
D | brw_fs_copy_propagation.cpp | 607 case BRW_OPCODE_MUL: in try_constant_propagate() 629 if (((inst->opcode == BRW_OPCODE_MUL && in try_constant_propagate()
|
D | test_eu_validate.cpp | 1081 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()
|
D | brw_eu_defines.h | 249 BRW_OPCODE_MUL = 65, enumerator
|
D | brw_eu.c | 565 [BRW_OPCODE_MUL] = {
|
D | brw_vec4.cpp | 821 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()
|
D | brw_eu_validate.c | 1113 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_MUL && in special_requirements_for_handling_double_precision_data_types()
|
D | brw_fs.cpp | 2350 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()
|
D | brw_vec4_generator.cpp | 1561 case BRW_OPCODE_MUL: in generate_code()
|
D | brw_fs_generator.cpp | 1728 case BRW_OPCODE_MUL: in generate_code()
|
D | brw_eu_emit.c | 1082 return brw_alu2(p, BRW_OPCODE_MUL, dest, src0, src1); in brw_MUL()
|