Home
last modified time | relevance | path

Searched refs:BRW_OPCODE_BREAK (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_predicated_break.cpp69 if (jump_inst->opcode != BRW_OPCODE_BREAK && in opt_predicated_break()
124 if (jump_inst->opcode == BRW_OPCODE_BREAK && in opt_predicated_break()
Dbrw_cfg.cpp100 op == BRW_OPCODE_BREAK || in ends_block()
331 case BRW_OPCODE_BREAK: in cfg_t()
Dbrw_cfg.h170 op == BRW_OPCODE_BREAK || in bblock_ends_with_control_flow()
Dbrw_eu_defines.h228 BRW_OPCODE_BREAK = 40, enumerator
Dbrw_disasm.c45 opcode == BRW_OPCODE_BREAK || in has_jip()
58 opcode == BRW_OPCODE_BREAK || in has_uip()
1536 } else if (devinfo->gen < 6 && (opcode == BRW_OPCODE_BREAK || in brw_disassemble_inst()
Dgen6_gs_visitor.cpp384 inst = emit(BRW_OPCODE_BREAK); in emit_thread_end()
Dbrw_eu.c518 [BRW_OPCODE_BREAK] = {
Dbrw_shader.cpp820 case BRW_OPCODE_BREAK: in is_control_flow()
Dbrw_eu_emit.c1601 insn = next_insn(p, BRW_OPCODE_BREAK); in brw_BREAK()
1734 if (brw_inst_opcode(devinfo, inst) == BRW_OPCODE_BREAK && in brw_patch_break_cont()
2699 case BRW_OPCODE_BREAK: in brw_set_uip_jip()
Dbrw_eu_compact.c1574 case BRW_OPCODE_BREAK: in brw_compact_instructions()
Dbrw_vec4_generator.cpp1716 case BRW_OPCODE_BREAK: in generate_code()
Dbrw_fs_generator.cpp1887 case BRW_OPCODE_BREAK: in generate_code()
Dbrw_vec4_nir.cpp2002 emit(BRW_OPCODE_BREAK); in nir_emit_jump()
Dbrw_fs_nir.cpp4824 bld.emit(BRW_OPCODE_BREAK); in nir_emit_jump()