Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_lower_conversions.cpp36 case BRW_OPCODE_SEL: in supports_type_conversion()
Dbrw_vec4_cmod_propagation.cpp73 if ((scan_inst->predicate && scan_inst->opcode != BRW_OPCODE_SEL) || in opt_cmod_propagation_local()
Dbrw_vec4_copy_propagation.cpp274 case BRW_OPCODE_SEL: in try_constant_propagate()
430 case BRW_OPCODE_SEL: in try_copy_propagate()
Dtest_fs_copy_propagation.cpp199 EXPECT_EQ(BRW_OPCODE_SEL, sel->opcode); in TEST_F()
Dbrw_shader.cpp757 case BRW_OPCODE_SEL: in is_commutative()
875 case BRW_OPCODE_SEL: in can_do_saturate()
Dtest_fs_cmod_propagation.cpp269 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode); in TEST_F()
350 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode); in TEST_F()
Dbrw_vec4_cse.cpp53 case BRW_OPCODE_SEL: in is_expression()
Dbrw_vec4_live_variables.cpp100 (!inst->predicate || inst->opcode == BRW_OPCODE_SEL)) { in setup_def_use()
Dbrw_vec4_visitor.cpp729 vec4_instruction *inst = emit(BRW_OPCODE_SEL, dst, src0, src1); in emit_minmax()
1528 if (inst->opcode != BRW_OPCODE_SEL) in emit_scratch_write()
1548 if (inst->opcode != BRW_OPCODE_SEL) in emit_scratch_write()
1567 if (inst->opcode != BRW_OPCODE_SEL) in emit_scratch_write()
Dbrw_fs_copy_propagation.cpp462 case BRW_OPCODE_SEL: in try_copy_propagate()
662 case BRW_OPCODE_SEL: in try_constant_propagate()
Dbrw_ir_vec4.h331 return (conditional_mod && (opcode != BRW_OPCODE_SEL && in writes_flag()
Dbrw_fs_cse.cpp52 case BRW_OPCODE_SEL: in is_expression()
Dtest_vec4_cmod_propagation.cpp358 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode); in TEST_F()
443 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode); in TEST_F()
Dbrw_eu_defines.h194 BRW_OPCODE_SEL = 2, enumerator
Dbrw_vec4.cpp302 (opcode == BRW_OPCODE_SEL && in can_change_types()
1561 (devinfo->gen < 5 || (inst->opcode != BRW_OPCODE_SEL && in dump_instruction()
1819 if (inst->opcode == BRW_OPCODE_SEL && in lower_minmax()
2139 if (inst->opcode == BRW_OPCODE_SEL && type_sz(inst->dst.type) == 8) in get_lowered_simd_width()
Dbrw_vec4_reg_allocate.cpp325 return (!prev_inst->predicate || prev_inst->opcode == BRW_OPCODE_SEL) && in can_use_scratch_for_source()
Dbrw_eu.c433 [BRW_OPCODE_SEL] = {
Dbrw_vec4_nir.cpp1437 inst = emit(BRW_OPCODE_SEL, dst, zero, tmp32); in nir_emit_alu()
1594 inst = emit(BRW_OPCODE_SEL, dst, one, brw_imm_d(0)); in nir_emit_alu()
1935 inst = emit(BRW_OPCODE_SEL, dst, op[1], op[2]); in nir_emit_alu()
Dbrw_fs.cpp399 (opcode == BRW_OPCODE_SEL && in can_change_types()
671 return ((this->predicate && this->opcode != BRW_OPCODE_SEL) || in is_partial_write()
933 if ((conditional_mod && (opcode != BRW_OPCODE_SEL && in flags_written()
2440 case BRW_OPCODE_SEL: in opt_algebraic()
3749 if (inst->opcode == BRW_OPCODE_SEL && in lower_minmax()
4954 case BRW_OPCODE_SEL: in get_lowered_simd_width()
5508 (devinfo->gen < 5 || (inst->opcode != BRW_OPCODE_SEL && in dump_instruction()
Dbrw_disasm.c1503 (devinfo->gen < 6 || (opcode != BRW_OPCODE_SEL && in brw_disassemble_inst()
Dbrw_vec4_generator.cpp1611 case BRW_OPCODE_SEL: in generate_code()
Dbrw_fs_generator.cpp1811 case BRW_OPCODE_SEL: in generate_code()