Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_predicated_break.cpp69 if (jump_inst->opcode != BRW_OPCODE_BREAK && in opt_predicated_break()
126 if (jump_inst->opcode == BRW_OPCODE_BREAK && in opt_predicated_break()
Dbrw_cfg.cpp115 op == BRW_OPCODE_BREAK || in ends_block()
347 case BRW_OPCODE_BREAK: in cfg_t()
Dbrw_cfg.h198 op == BRW_OPCODE_BREAK || in bblock_ends_with_control_flow()
Dgen6_gs_visitor.cpp384 inst = emit(BRW_OPCODE_BREAK); in emit_thread_end()
Dbrw_disasm.c45 opcode == BRW_OPCODE_BREAK || in brw_has_jip()
58 opcode == BRW_OPCODE_BREAK || in brw_has_uip()
1774 } else if (devinfo->gen < 6 && (opcode == BRW_OPCODE_BREAK || in brw_disassemble_inst()
Dbrw_eu_defines.h236 BRW_OPCODE_BREAK, enumerator
Dbrw_eu.cpp648 { BRW_OPCODE_BREAK, 40, "break", 0, 0, GEN_ALL },
Dbrw_shader.cpp920 case BRW_OPCODE_BREAK: in is_control_flow()
Dbrw_ir_performance.cpp589 case BRW_OPCODE_BREAK: in instruction_desc()
Dbrw_eu_emit.c1726 insn = next_insn(p, BRW_OPCODE_BREAK); in brw_BREAK()
1865 if (brw_inst_opcode(devinfo, inst) == BRW_OPCODE_BREAK && in brw_patch_break_cont()
2945 case BRW_OPCODE_BREAK: in brw_set_uip_jip()
Dbrw_eu_compact.c2359 case BRW_OPCODE_BREAK: in brw_compact_instructions()
Dbrw_vec4_nir.cpp1914 emit(BRW_OPCODE_BREAK); in nir_emit_jump()
Dbrw_vec4_generator.cpp1702 case BRW_OPCODE_BREAK: in generate_code()
Dbrw_fs_generator.cpp2199 case BRW_OPCODE_BREAK: in generate_code()
Dbrw_fs_nir.cpp5954 bld.emit(BRW_OPCODE_BREAK); in nir_emit_jump()
/external/mesa3d/src/intel/tools/
Di965_asm.c159 case BRW_OPCODE_BREAK: in i965_postprocess_labels()
184 case BRW_OPCODE_BREAK: in i965_postprocess_labels()
Di965_lex.l63 break { yylval.integer = BRW_OPCODE_BREAK; return BREAK; }
/external/igt-gpu-tools/assembler/
Dlex.l142 "break" { yylval.integer = BRW_OPCODE_BREAK; return BREAK; }
Dbrw_eu_emit.c1492 insn = next_insn(p, BRW_OPCODE_BREAK); in brw_BREAK()
1623 if (inst->header.opcode == BRW_OPCODE_BREAK && in brw_patch_break_cont()
2453 assert(insn->header.opcode != BRW_OPCODE_BREAK && in brw_set_uip_jip()
2461 case BRW_OPCODE_BREAK: in brw_set_uip_jip()
Dbrw_eu_compact.c750 case BRW_OPCODE_BREAK: in brw_compact_instructions()
Dbrw_disasm.c78 [BRW_OPCODE_BREAK] = { .name = "break", .nsrc = 2, .ndst = 0 },
1124 } else if ((gen >= 6 && (inst->header.opcode == BRW_OPCODE_BREAK || in brw_disasm()
Dbrw_defines.h665 BRW_OPCODE_BREAK = 40, enumerator
Dgen8_disasm.c905 opcode == BRW_OPCODE_BREAK || in gen8_disassemble()