/third_party/mesa3d/src/intel/compiler/ |
D | test_fs_scoreboard.cpp | 499 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 …]
|
D | brw_vec4_copy_propagation.cpp | 206 case BRW_OPCODE_MUL: in try_constant_propagate() 220 if ((inst->opcode == BRW_OPCODE_MUL || in try_constant_propagate()
|
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 | test_fs_saturate_propagation.cpp | 361 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()
|
D | brw_fs_saturate_propagation.cpp | 90 if (scan_inst->opcode == BRW_OPCODE_MUL) { in opt_saturate_propagation_local()
|
D | brw_shader.cpp | 869 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()
|
D | brw_fs_lower_regioning.cpp | 375 inst->opcode != BRW_OPCODE_MUL || in lower_src_modifiers() 497 assert(inst->opcode != BRW_OPCODE_MUL || !inst->dst.is_accumulator() || in lower_dst_region()
|
D | brw_fs_copy_propagation.cpp | 828 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()
|
D | test_vec4_cmod_propagation.cpp | 633 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()
|
D | brw_ir_performance.cpp | 147 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()
|
D | brw_vec4_cmod_propagation.cpp | 321 scan_inst->opcode == BRW_OPCODE_MUL) in opt_cmod_propagation_local()
|
D | brw_fs_cmod_propagation.cpp | 498 scan_inst->opcode == BRW_OPCODE_MUL) in opt_cmod_propagation_local()
|
D | brw_vec4_cse.cpp | 64 case BRW_OPCODE_MUL: in is_expression()
|
D | brw_fs_combine_constants.cpp | 58 case BRW_OPCODE_MUL: in could_coissue()
|
D | brw_ir_fs.h | 566 ((inst->opcode == BRW_OPCODE_MUL && in has_dst_aligned_region_restriction()
|
D | brw_fs_builder.h | 452 case BRW_OPCODE_MUL: in emit_scan_step()
|
D | brw_eu_defines.h | 233 BRW_OPCODE_MUL, enumerator
|
D | brw_eu.c | 675 { BRW_OPCODE_MUL, 65, "mul", 2, 1, GFX_ALL },
|
D | brw_eu_validate.c | 1866 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()
|
D | test_eu_validate.cpp | 2302 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()
|
D | brw_vec4.cpp | 670 case BRW_OPCODE_MUL: in opt_algebraic() 2228 mul->opcode = BRW_OPCODE_MUL; in lower_64bit_mad_to_mul_add()
|
D | brw_fs_scoreboard.cpp | 110 ((inst->opcode == BRW_OPCODE_MUL && in inferred_exec_pipe()
|
D | brw_fs.cpp | 434 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/ |
D | i965_lex.l | 102 mul { yylval.integer = BRW_OPCODE_MUL; return MUL; }
|
D | i965_gram.y | 250 case BRW_OPCODE_MUL: in i965_asm_binary_instruction()
|