Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/intel/compiler/
Dtest_fs_scoreboard.cpp499 EXPECT_EQ(mul->opcode, BRW_OPCODE_MUL); in TEST_F()
535 EXPECT_EQ(mul->opcode, BRW_OPCODE_MUL); in TEST_F()
572 EXPECT_EQ(mul->opcode, BRW_OPCODE_MUL); in TEST_F()
603 EXPECT_EQ(mul->opcode, BRW_OPCODE_MUL); in TEST_F()
636 EXPECT_EQ(mul->opcode, BRW_OPCODE_MUL); in TEST_F()
669 EXPECT_EQ(mul->opcode, BRW_OPCODE_MUL); in TEST_F()
702 EXPECT_EQ(mul->opcode, BRW_OPCODE_MUL); in TEST_F()
740 EXPECT_EQ(mul->opcode, BRW_OPCODE_MUL); in TEST_F()
785 EXPECT_EQ(mul->opcode, BRW_OPCODE_MUL); in TEST_F()
830 EXPECT_EQ(mul->opcode, BRW_OPCODE_MUL); in TEST_F()
[all …]
Dbrw_vec4_copy_propagation.cpp206 case BRW_OPCODE_MUL: in try_constant_propagate()
220 if ((inst->opcode == BRW_OPCODE_MUL || in try_constant_propagate()
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()
Dtest_fs_saturate_propagation.cpp361 EXPECT_EQ(BRW_OPCODE_MUL, instruction(block0, 0)->opcode); in TEST_F()
487 EXPECT_EQ(BRW_OPCODE_MUL, instruction(block0, 0)->opcode); in TEST_F()
529 EXPECT_EQ(BRW_OPCODE_MUL, instruction(block0, 0)->opcode); in TEST_F()
728 EXPECT_EQ(BRW_OPCODE_MUL, instruction(block0, 0)->opcode); in TEST_F()
Dbrw_fs_saturate_propagation.cpp90 if (scan_inst->opcode == BRW_OPCODE_MUL) { in opt_saturate_propagation_local()
Dbrw_shader.cpp869 case BRW_OPCODE_MUL: in is_commutative()
1006 case BRW_OPCODE_MUL: in can_do_saturate()
1057 case BRW_OPCODE_MUL: in can_do_cmod()
Dbrw_fs_lower_regioning.cpp375 inst->opcode != BRW_OPCODE_MUL || in lower_src_modifiers()
497 assert(inst->opcode != BRW_OPCODE_MUL || !inst->dst.is_accumulator() || in lower_dst_region()
Dbrw_fs_copy_propagation.cpp828 case BRW_OPCODE_MUL: in try_constant_propagate()
861 if (inst->opcode == BRW_OPCODE_MUL && in try_constant_propagate()
877 if (((inst->opcode == BRW_OPCODE_MUL && in try_constant_propagate()
Dtest_vec4_cmod_propagation.cpp633 EXPECT_EQ(BRW_OPCODE_MUL, instruction(block0, 0)->opcode); in TEST_F()
668 EXPECT_EQ(BRW_OPCODE_MUL, instruction(block0, 0)->opcode); in TEST_F()
831 EXPECT_EQ(BRW_OPCODE_MUL, instruction(block0, 0)->opcode); in TEST_F()
Dbrw_ir_performance.cpp147 if ((inst->opcode == BRW_OPCODE_MUL || inst->opcode == BRW_OPCODE_MAD) && in instruction_info()
170 if ((inst->opcode == BRW_OPCODE_MUL || inst->opcode == BRW_OPCODE_MAD) && in instruction_info()
385 case BRW_OPCODE_MUL: in instruction_desc()
Dbrw_vec4_cmod_propagation.cpp321 scan_inst->opcode == BRW_OPCODE_MUL) in opt_cmod_propagation_local()
Dbrw_fs_cmod_propagation.cpp498 scan_inst->opcode == BRW_OPCODE_MUL) in opt_cmod_propagation_local()
Dbrw_vec4_cse.cpp64 case BRW_OPCODE_MUL: in is_expression()
Dbrw_fs_combine_constants.cpp58 case BRW_OPCODE_MUL: in could_coissue()
Dbrw_ir_fs.h566 ((inst->opcode == BRW_OPCODE_MUL && in has_dst_aligned_region_restriction()
Dbrw_fs_builder.h452 case BRW_OPCODE_MUL: in emit_scan_step()
Dbrw_eu_defines.h233 BRW_OPCODE_MUL, enumerator
Dbrw_eu.c675 { BRW_OPCODE_MUL, 65, "mul", 2, 1, GFX_ALL },
Dbrw_eu_validate.c1866 brw_inst_opcode(isa, inst) == BRW_OPCODE_MUL && in special_requirements_for_handling_double_precision_data_types()
2082 brw_inst_opcode(isa, inst) == BRW_OPCODE_MUL) { in instruction_restrictions()
Dtest_eu_validate.cpp2302 assert(inst[i].opcode == BRW_OPCODE_MUL); in TEST_P()
2435 assert(inst[i].opcode == BRW_OPCODE_MUL); in TEST_P()
2584 assert(inst[i].opcode == BRW_OPCODE_MUL); in TEST_P()
2803 assert(inst[i].opcode == BRW_OPCODE_MUL); in TEST_P()
Dbrw_vec4.cpp670 case BRW_OPCODE_MUL: in opt_algebraic()
2228 mul->opcode = BRW_OPCODE_MUL; in lower_64bit_mad_to_mul_add()
Dbrw_fs_scoreboard.cpp110 ((inst->opcode == BRW_OPCODE_MUL && in inferred_exec_pipe()
Dbrw_fs.cpp434 if (devinfo->ver >= 12 && (opcode == BRW_OPCODE_MUL || in can_do_source_mods()
2607 case BRW_OPCODE_MUL: in opt_algebraic()
4198 if (inst->opcode == BRW_OPCODE_MUL) { in lower_integer_multiplication()
4832 case BRW_OPCODE_MUL: in get_lowered_simd_width()
/third_party/mesa3d/src/intel/tools/
Di965_lex.l102 mul { yylval.integer = BRW_OPCODE_MUL; return MUL; }
Di965_gram.y250 case BRW_OPCODE_MUL: in i965_asm_binary_instruction()

12