Home
last modified time | relevance | path

Searched refs:BRW_OPCODE_ELSE (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_dead_control_flow.cpp56 prev_inst->opcode == BRW_OPCODE_ELSE) { in dead_control_flow_eliminate()
99 } else if (inst->opcode == BRW_OPCODE_ELSE && in dead_control_flow_eliminate()
Dbrw_cfg.cpp98 op == BRW_OPCODE_ELSE || in ends_block()
207 case BRW_OPCODE_ELSE: in cfg_t()
241 assert(!cur_else || cur_else->end()->opcode == BRW_OPCODE_ELSE); in cfg_t()
Dbrw_fs_sel_peephole.cpp146 if (child->block->prev()->end()->opcode == BRW_OPCODE_ELSE) { in opt_peephole_sel()
Dbrw_cfg.h168 op == BRW_OPCODE_ELSE || in bblock_ends_with_control_flow()
Dbrw_disasm.c42 opcode == BRW_OPCODE_ELSE || in has_jip()
57 (devinfo->gen >= 8 && opcode == BRW_OPCODE_ELSE) || in has_uip()
70 opcode == BRW_OPCODE_ELSE; in has_branch_ctrl()
1538 opcode == BRW_OPCODE_ELSE)) { in brw_disassemble_inst()
Dbrw_vec4_copy_propagation.cpp62 inst->opcode != BRW_OPCODE_ELSE && in is_dominated_by_previous_instruction()
Dbrw_eu_defines.h223 BRW_OPCODE_ELSE = 36, enumerator
Dbrw_eu_compact.c1401 (brw_inst_opcode(devinfo, insn) == BRW_OPCODE_ELSE && devinfo->gen <= 7)) in update_uip_jip()
1587 case BRW_OPCODE_ELSE: in brw_compact_instructions()
Dbrw_eu_emit.c1358 assert(else_inst == NULL || brw_inst_opcode(devinfo, else_inst) == BRW_OPCODE_ELSE); in convert_IF_ELSE_to_ADD()
1411 assert(else_inst == NULL || brw_inst_opcode(devinfo, else_inst) == BRW_OPCODE_ELSE); in patch_IF_ELSE()
1482 insn = next_insn(p, BRW_OPCODE_ELSE); in brw_ELSE()
1550 if (brw_inst_opcode(devinfo, tmp) == BRW_OPCODE_ELSE) { in brw_ENDIF()
2638 case BRW_OPCODE_ELSE: in brw_find_next_block_end()
Dbrw_eu.c506 [BRW_OPCODE_ELSE] = {
Dbrw_shader.cpp818 case BRW_OPCODE_ELSE: in is_control_flow()
Dbrw_vec4_generator.cpp1705 case BRW_OPCODE_ELSE: in generate_code()
Dbrw_fs_generator.cpp1876 case BRW_OPCODE_ELSE: in generate_code()
Dbrw_vec4_nir.cpp116 emit(BRW_OPCODE_ELSE); in nir_emit_if()
Dbrw_vec4.cpp1904 emit(BRW_OPCODE_ELSE); in emit_shader_time_end()
Dbrw_fs_nir.cpp381 bld.emit(BRW_OPCODE_ELSE); in nir_emit_if()
Dbrw_fs.cpp584 ibld.emit(BRW_OPCODE_ELSE); in emit_shader_time_end()