/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs_lower_regioning.cpp | 322 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()
|
D | test_vec4_cmod_propagation.cpp | 370 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()
|
D | test_fs_cmod_propagation.cpp | 398 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 …]
|
D | brw_vec4_copy_propagation.cpp | 258 case BRW_OPCODE_SEL: in try_constant_propagate() 418 case BRW_OPCODE_SEL: in try_copy_propagate()
|
D | brw_vec4_visitor.cpp | 722 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()
|
D | test_fs_copy_propagation.cpp | 210 EXPECT_EQ(BRW_OPCODE_SEL, sel->opcode); in TEST_F()
|
D | brw_fs_copy_propagation.cpp | 654 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()
|
D | brw_eu.c | 603 { BRW_OPCODE_SEL, 2, "sel", 2, 1, GFX_LT(GFX12) }, 604 { BRW_OPCODE_SEL, 98, "sel", 2, 1, GFX_GE(GFX12) },
|
D | brw_vec4_live_variables.cpp | 115 if ((!inst->predicate || inst->opcode == BRW_OPCODE_SEL) && in setup_def_use()
|
D | brw_vec4_cmod_propagation.cpp | 147 if ((scan_inst->predicate && scan_inst->opcode != BRW_OPCODE_SEL) || in opt_cmod_propagation_local()
|
D | brw_fs_cmod_propagation.cpp | 455 if (scan_inst->opcode == BRW_OPCODE_SEL) { in opt_cmod_propagation_local()
|
D | brw_vec4_cse.cpp | 53 case BRW_OPCODE_SEL: in is_expression()
|
D | brw_shader.cpp | 872 case BRW_OPCODE_SEL: in is_commutative() 1013 case BRW_OPCODE_SEL: in can_do_saturate()
|
D | brw_ir_vec4.h | 335 return (conditional_mod && ((opcode != BRW_OPCODE_SEL || devinfo->ver <= 5) && in writes_flag()
|
D | brw_fs_cse.cpp | 52 case BRW_OPCODE_SEL: in is_expression()
|
D | brw_vec4.cpp | 313 (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()
|
D | brw_vec4_reg_allocate.cpp | 288 return (!prev_inst->predicate || prev_inst->opcode == BRW_OPCODE_SEL) && in can_use_scratch_for_source()
|
D | brw_eu_defines.h | 182 BRW_OPCODE_SEL, enumerator
|
D | brw_fs_builder.h | 457 case BRW_OPCODE_SEL: { in emit_scan_step()
|
D | brw_vec4_nir.cpp | 1416 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()
|
D | brw_fs.cpp | 478 (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()
|
D | brw_fs_nir.cpp | 4089 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()
|
D | brw_ir_performance.cpp | 299 case BRW_OPCODE_SEL: in instruction_desc()
|
/third_party/mesa3d/src/intel/tools/ |
D | i965_lex.l | 121 sel { yylval.integer = BRW_OPCODE_SEL; return SEL; }
|
D | i965_gram.y | 238 case BRW_OPCODE_SEL: in i965_asm_binary_instruction()
|