Home
last modified time | relevance | path

Searched refs:BRW_OPCODE_AND (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_cmod_propagation.cpp184 scan_inst->opcode != BRW_OPCODE_AND) in cmod_propagate_not()
233 if ((inst->opcode != BRW_OPCODE_AND && in opt_cmod_propagation_local()
257 if (inst->opcode == BRW_OPCODE_AND && in opt_cmod_propagation_local()
318 if (inst->opcode == BRW_OPCODE_AND) in opt_cmod_propagation_local()
Dbrw_vec4_cmod_propagation.cpp58 if ((inst->opcode != BRW_OPCODE_AND && in opt_cmod_propagation_local()
74 if (inst->opcode == BRW_OPCODE_AND && in opt_cmod_propagation_local()
265 if (inst->opcode == BRW_OPCODE_AND) in opt_cmod_propagation_local()
Dbrw_eu.c609 { BRW_OPCODE_AND, 5, "and", 2, 1, GFX_LT(GFX12) },
610 { BRW_OPCODE_AND, 101, "and", 2, 1, GFX_GE(GFX12) },
Dbrw_vec4_cse.cpp55 case BRW_OPCODE_AND: in is_expression()
Dbrw_shader.cpp864 case BRW_OPCODE_AND: in is_commutative()
1038 case BRW_OPCODE_AND: in can_do_cmod()
Dbrw_vec4_copy_propagation.cpp210 case BRW_OPCODE_AND: in try_constant_propagate()
Dbrw_fs_cse.cpp54 case BRW_OPCODE_AND: in is_expression()
Dbrw_fs_copy_propagation.cpp364 return (opcode == BRW_OPCODE_AND || in is_logic_op()
832 case BRW_OPCODE_AND: in try_constant_propagate()
Dtest_vec4_cmod_propagation.cpp260 EXPECT_EQ(BRW_OPCODE_AND, instruction(block0, 1)->opcode); in TEST_F()
598 EXPECT_EQ(BRW_OPCODE_AND, instruction(block0, 1)->opcode); in TEST_F()
Dbrw_eu_defines.h185 BRW_OPCODE_AND, enumerator
Dbrw_vec4_generator.cpp1377 brw_inst *insn_and = brw_next_insn(p, BRW_OPCODE_AND); in generate_pull_constant_load_gfx7()
1617 case BRW_OPCODE_AND: in generate_code()
Dtest_fs_cmod_propagation.cpp690 EXPECT_EQ(BRW_OPCODE_AND, instruction(block0, 1)->opcode); in TEST_F()
1000 EXPECT_EQ(BRW_OPCODE_AND, instruction(block0, 1)->opcode); in TEST_F()
2711 EXPECT_EQ(BRW_OPCODE_AND, instruction(block0, 0)->opcode); in TEST_F()
Dbrw_fs_generator.cpp1570 brw_inst *insn_and = brw_next_insn(p, BRW_OPCODE_AND); in generate_uniform_pull_constant_load_gfx7()
1978 case BRW_OPCODE_AND: in generate_code()
Dbrw_ir_performance.cpp301 case BRW_OPCODE_AND: in instruction_desc()
Dbrw_disasm.c77 return opcode == BRW_OPCODE_AND || in is_logic_instruction()
Dbrw_fs.cpp4817 case BRW_OPCODE_AND: in get_lowered_simd_width()
Dbrw_fs_nir.cpp4095 case nir_op_iand: return BRW_OPCODE_AND; in brw_op_for_nir_reduction_op()
/third_party/mesa3d/src/intel/tools/
Di965_lex.l55 and { yylval.integer = BRW_OPCODE_AND; return AND; }
Di965_gram.y226 case BRW_OPCODE_AND: in i965_asm_binary_instruction()