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.cpp495 EXPECT_EQ(mul->opcode, BRW_OPCODE_MUL); in TEST_F()
531 EXPECT_EQ(mul->opcode, BRW_OPCODE_MUL); in TEST_F()
568 EXPECT_EQ(mul->opcode, BRW_OPCODE_MUL); in TEST_F()
599 EXPECT_EQ(mul->opcode, BRW_OPCODE_MUL); in TEST_F()
632 EXPECT_EQ(mul->opcode, BRW_OPCODE_MUL); in TEST_F()
665 EXPECT_EQ(mul->opcode, BRW_OPCODE_MUL); in TEST_F()
698 EXPECT_EQ(mul->opcode, BRW_OPCODE_MUL); in TEST_F()
736 EXPECT_EQ(mul->opcode, BRW_OPCODE_MUL); in TEST_F()
781 EXPECT_EQ(mul->opcode, BRW_OPCODE_MUL); in TEST_F()
826 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()
126 } else if (a->opcode == BRW_OPCODE_MUL && a->dst.type == BRW_REGISTER_TYPE_F) { in operands_match()
Dbrw_fs_saturate_propagation.cpp90 if (scan_inst->opcode == BRW_OPCODE_MUL) { in opt_saturate_propagation_local()
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_lower_regioning.cpp295 inst->opcode != BRW_OPCODE_MUL || in lower_src_modifiers()
417 assert(inst->opcode != BRW_OPCODE_MUL || !inst->dst.is_accumulator() || in lower_dst_region()
Dbrw_shader.cpp872 case BRW_OPCODE_MUL: in is_commutative()
1009 case BRW_OPCODE_MUL: in can_do_saturate()
1060 case BRW_OPCODE_MUL: in can_do_cmod()
Dbrw_vec4_cmod_propagation.cpp321 scan_inst->opcode == BRW_OPCODE_MUL) in opt_cmod_propagation_local()
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()
382 case BRW_OPCODE_MUL: in instruction_desc()
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_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_copy_propagation.cpp807 case BRW_OPCODE_MUL: in try_constant_propagate()
829 if (((inst->opcode == BRW_OPCODE_MUL && in try_constant_propagate()
Dbrw_ir_fs.h566 ((inst->opcode == BRW_OPCODE_MUL && in has_dst_aligned_region_restriction()
Dbrw_fs_combine_constants.cpp58 case BRW_OPCODE_MUL: in could_coissue()
Dbrw_eu_validate.c1767 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_MUL && in special_requirements_for_handling_double_precision_data_types()
1973 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_MUL) { in instruction_restrictions()
Dbrw_eu.cpp670 { BRW_OPCODE_MUL, 65, "mul", 2, 1, GFX_ALL },
Dbrw_eu_defines.h256 BRW_OPCODE_MUL, enumerator
Dbrw_fs_builder.h452 case BRW_OPCODE_MUL: in emit_scan_step()
Dtest_eu_validate.cpp2299 assert(inst[i].opcode == BRW_OPCODE_MUL); in TEST_P()
2431 assert(inst[i].opcode == BRW_OPCODE_MUL); in TEST_P()
2579 assert(inst[i].opcode == BRW_OPCODE_MUL); in TEST_P()
2796 assert(inst[i].opcode == BRW_OPCODE_MUL); in TEST_P()
Dbrw_fs_scoreboard.cpp110 ((inst->opcode == BRW_OPCODE_MUL && in inferred_exec_pipe()
Dbrw_vec4.cpp862 case BRW_OPCODE_MUL: in opt_algebraic()
2577 mul->opcode = BRW_OPCODE_MUL; in lower_64bit_mad_to_mul_add()
Dbrw_vec4_generator.cpp1597 case BRW_OPCODE_MUL: in generate_code()
/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