Searched refs:BRW_OPCODE_SEL (Results 1 – 22 of 22) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_lower_conversions.cpp | 36 case BRW_OPCODE_SEL: in supports_type_conversion()
|
D | brw_vec4_cmod_propagation.cpp | 73 if ((scan_inst->predicate && scan_inst->opcode != BRW_OPCODE_SEL) || in opt_cmod_propagation_local()
|
D | brw_vec4_copy_propagation.cpp | 274 case BRW_OPCODE_SEL: in try_constant_propagate() 430 case BRW_OPCODE_SEL: in try_copy_propagate()
|
D | test_fs_copy_propagation.cpp | 199 EXPECT_EQ(BRW_OPCODE_SEL, sel->opcode); in TEST_F()
|
D | brw_shader.cpp | 757 case BRW_OPCODE_SEL: in is_commutative() 875 case BRW_OPCODE_SEL: in can_do_saturate()
|
D | test_fs_cmod_propagation.cpp | 269 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()
|
D | brw_vec4_cse.cpp | 53 case BRW_OPCODE_SEL: in is_expression()
|
D | brw_vec4_live_variables.cpp | 100 (!inst->predicate || inst->opcode == BRW_OPCODE_SEL)) { in setup_def_use()
|
D | brw_vec4_visitor.cpp | 729 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()
|
D | brw_fs_copy_propagation.cpp | 462 case BRW_OPCODE_SEL: in try_copy_propagate() 662 case BRW_OPCODE_SEL: in try_constant_propagate()
|
D | brw_ir_vec4.h | 331 return (conditional_mod && (opcode != BRW_OPCODE_SEL && in writes_flag()
|
D | brw_fs_cse.cpp | 52 case BRW_OPCODE_SEL: in is_expression()
|
D | test_vec4_cmod_propagation.cpp | 358 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()
|
D | brw_eu_defines.h | 194 BRW_OPCODE_SEL = 2, enumerator
|
D | brw_vec4.cpp | 302 (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()
|
D | brw_vec4_reg_allocate.cpp | 325 return (!prev_inst->predicate || prev_inst->opcode == BRW_OPCODE_SEL) && in can_use_scratch_for_source()
|
D | brw_eu.c | 433 [BRW_OPCODE_SEL] = {
|
D | brw_vec4_nir.cpp | 1437 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()
|
D | brw_fs.cpp | 399 (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()
|
D | brw_disasm.c | 1503 (devinfo->gen < 6 || (opcode != BRW_OPCODE_SEL && in brw_disassemble_inst()
|
D | brw_vec4_generator.cpp | 1611 case BRW_OPCODE_SEL: in generate_code()
|
D | brw_fs_generator.cpp | 1811 case BRW_OPCODE_SEL: in generate_code()
|