Home
last modified time | relevance | path

Searched refs:BRW_OPCODE_SEL (Results 1 – 25 of 28) sorted by relevance

12

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_lower_regioning.cpp322 case BRW_OPCODE_SEL: in has_invalid_conversion()
353 return inst->opcode == BRW_OPCODE_SEL || in has_inconsistent_cmod()
421 if (inst->opcode != BRW_OPCODE_SEL) { in lower_dst_modifiers()
515 if (inst->predicate && inst->opcode != BRW_OPCODE_SEL) { in lower_dst_region()
578 if (inst->opcode != BRW_OPCODE_SEL) { in lower_exec_type()
Dtest_vec4_cmod_propagation.cpp370 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode); in TEST_F()
455 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode); in TEST_F()
950 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode); in TEST_F()
1002 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode); in TEST_F()
1049 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 0)->opcode); in TEST_F()
Dtest_fs_cmod_propagation.cpp398 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode); in TEST_F()
441 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode); in TEST_F()
521 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode); in TEST_F()
842 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode); in TEST_F()
1466 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode); in TEST_F()
2878 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode); in TEST_F()
2922 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode); in TEST_F()
2966 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode); in TEST_F()
3057 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode); in TEST_F()
3187 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode); in TEST_F()
[all …]
Dbrw_vec4_copy_propagation.cpp258 case BRW_OPCODE_SEL: in try_constant_propagate()
418 case BRW_OPCODE_SEL: in try_copy_propagate()
Dbrw_vec4_visitor.cpp722 vec4_instruction *inst = emit(BRW_OPCODE_SEL, dst, src0, src1); in emit_minmax()
1170 if (inst->opcode != BRW_OPCODE_SEL) in emit_scratch_write()
1190 if (inst->opcode != BRW_OPCODE_SEL) in emit_scratch_write()
1209 if (inst->opcode != BRW_OPCODE_SEL) in emit_scratch_write()
Dtest_fs_copy_propagation.cpp210 EXPECT_EQ(BRW_OPCODE_SEL, sel->opcode); in TEST_F()
Dbrw_fs_copy_propagation.cpp654 case BRW_OPCODE_SEL: in try_copy_propagate()
910 case BRW_OPCODE_SEL: in try_constant_propagate()
1013 !((inst->predicate && inst->opcode != BRW_OPCODE_SEL) || in can_propagate_from()
Dbrw_eu.c603 { BRW_OPCODE_SEL, 2, "sel", 2, 1, GFX_LT(GFX12) },
604 { BRW_OPCODE_SEL, 98, "sel", 2, 1, GFX_GE(GFX12) },
Dbrw_vec4_live_variables.cpp115 if ((!inst->predicate || inst->opcode == BRW_OPCODE_SEL) && in setup_def_use()
Dbrw_vec4_cmod_propagation.cpp147 if ((scan_inst->predicate && scan_inst->opcode != BRW_OPCODE_SEL) || in opt_cmod_propagation_local()
Dbrw_fs_cmod_propagation.cpp455 if (scan_inst->opcode == BRW_OPCODE_SEL) { in opt_cmod_propagation_local()
Dbrw_vec4_cse.cpp53 case BRW_OPCODE_SEL: in is_expression()
Dbrw_shader.cpp872 case BRW_OPCODE_SEL: in is_commutative()
1013 case BRW_OPCODE_SEL: in can_do_saturate()
Dbrw_ir_vec4.h335 return (conditional_mod && ((opcode != BRW_OPCODE_SEL || devinfo->ver <= 5) && in writes_flag()
Dbrw_fs_cse.cpp52 case BRW_OPCODE_SEL: in is_expression()
Dbrw_vec4.cpp313 (opcode == BRW_OPCODE_SEL && in can_change_types()
1331 (devinfo->ver < 5 || (inst->opcode != BRW_OPCODE_SEL && in dump_instruction()
1616 if (inst->opcode == BRW_OPCODE_SEL && in lower_minmax()
1889 if (inst->opcode == BRW_OPCODE_SEL && type_sz(inst->dst.type) == 8) in get_lowered_simd_width()
Dbrw_vec4_reg_allocate.cpp288 return (!prev_inst->predicate || prev_inst->opcode == BRW_OPCODE_SEL) && in can_use_scratch_for_source()
Dbrw_eu_defines.h182 BRW_OPCODE_SEL, enumerator
Dbrw_fs_builder.h457 case BRW_OPCODE_SEL: { in emit_scan_step()
Dbrw_vec4_nir.cpp1416 inst = emit(BRW_OPCODE_SEL, dst, zero, tmp32); in nir_emit_alu()
1572 inst = emit(BRW_OPCODE_SEL, dst, one, brw_imm_d(0)); in nir_emit_alu()
1875 inst = emit(BRW_OPCODE_SEL, dst, op[1], op[2]); in nir_emit_alu()
Dbrw_fs.cpp478 (opcode == BRW_OPCODE_SEL && in can_change_types()
645 return ((this->predicate && this->opcode != BRW_OPCODE_SEL) || in is_partial_write()
1044 if ((conditional_mod && ((opcode != BRW_OPCODE_SEL || devinfo->ver <= 5) && in flags_written()
2682 case BRW_OPCODE_SEL: in opt_algebraic()
4252 if (inst->opcode == BRW_OPCODE_SEL && in lower_minmax()
4815 case BRW_OPCODE_SEL: in get_lowered_simd_width()
5666 (devinfo->ver < 5 || (inst->opcode != BRW_OPCODE_SEL && in dump_instruction()
Dbrw_fs_nir.cpp4089 case nir_op_imin: return BRW_OPCODE_SEL; in brw_op_for_nir_reduction_op()
4090 case nir_op_umin: return BRW_OPCODE_SEL; in brw_op_for_nir_reduction_op()
4091 case nir_op_fmin: return BRW_OPCODE_SEL; in brw_op_for_nir_reduction_op()
4092 case nir_op_imax: return BRW_OPCODE_SEL; in brw_op_for_nir_reduction_op()
4093 case nir_op_umax: return BRW_OPCODE_SEL; in brw_op_for_nir_reduction_op()
4094 case nir_op_fmax: return BRW_OPCODE_SEL; in brw_op_for_nir_reduction_op()
Dbrw_ir_performance.cpp299 case BRW_OPCODE_SEL: in instruction_desc()
/third_party/mesa3d/src/intel/tools/
Di965_lex.l121 sel { yylval.integer = BRW_OPCODE_SEL; return SEL; }
Di965_gram.y238 case BRW_OPCODE_SEL: in i965_asm_binary_instruction()

12