Home
last modified time | relevance | path

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

12

/external/mesa3d/src/intel/compiler/
Dbrw_dead_control_flow.cpp58 prev_inst->opcode == BRW_OPCODE_ELSE) { in dead_control_flow_eliminate()
101 } else if (inst->opcode == BRW_OPCODE_ELSE && in dead_control_flow_eliminate()
Dbrw_cfg.cpp113 op == BRW_OPCODE_ELSE || in ends_block()
220 case BRW_OPCODE_ELSE: in cfg_t()
255 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()
Dtest_fs_scoreboard.cpp703 bld.emit(BRW_OPCODE_ELSE); in TEST_F()
744 bld.emit(BRW_OPCODE_ELSE); in TEST_F()
789 bld.emit(BRW_OPCODE_ELSE); in TEST_F()
836 bld.emit(BRW_OPCODE_ELSE); in TEST_F()
Dbrw_cfg.h196 op == BRW_OPCODE_ELSE || in bblock_ends_with_control_flow()
Dbrw_disasm.c42 opcode == BRW_OPCODE_ELSE || in brw_has_jip()
57 (devinfo->gen >= 8 && opcode == BRW_OPCODE_ELSE) || in brw_has_uip()
70 opcode == BRW_OPCODE_ELSE; in has_branch_ctrl()
1776 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.h231 BRW_OPCODE_ELSE, enumerator
Dbrw_eu_emit.c1482 assert(else_inst == NULL || brw_inst_opcode(devinfo, else_inst) == BRW_OPCODE_ELSE); in convert_IF_ELSE_to_ADD()
1535 assert(else_inst == NULL || brw_inst_opcode(devinfo, else_inst) == BRW_OPCODE_ELSE); in patch_IF_ELSE()
1606 insn = next_insn(p, BRW_OPCODE_ELSE); in brw_ELSE()
1675 if (brw_inst_opcode(devinfo, tmp) == BRW_OPCODE_ELSE) { in brw_ENDIF()
2882 case BRW_OPCODE_ELSE: in brw_find_next_block_end()
Dbrw_eu.cpp643 { BRW_OPCODE_ELSE, 36, "else", 0, 0, GEN_ALL },
Dbrw_shader.cpp918 case BRW_OPCODE_ELSE: in is_control_flow()
Dbrw_eu_compact.c2157 (brw_inst_opcode(devinfo, insn) == BRW_OPCODE_ELSE && devinfo->gen <= 7)) in update_uip_jip()
2372 case BRW_OPCODE_ELSE: in brw_compact_instructions()
Dbrw_ir_performance.cpp586 case BRW_OPCODE_ELSE: in instruction_desc()
Dbrw_vec4_nir.cpp112 emit(BRW_OPCODE_ELSE); in nir_emit_if()
Dbrw_vec4_generator.cpp1691 case BRW_OPCODE_ELSE: in generate_code()
Dbrw_vec4.cpp1955 emit(BRW_OPCODE_ELSE); in emit_shader_time_end()
Dbrw_fs_generator.cpp2188 case BRW_OPCODE_ELSE: in generate_code()
/external/mesa3d/src/intel/tools/
Di965_asm.c150 case BRW_OPCODE_ELSE: in i965_postprocess_labels()
171 case BRW_OPCODE_ELSE: in i965_postprocess_labels()
Di965_lex.l78 else { yylval.integer = BRW_OPCODE_ELSE; return ELSE; }
/external/igt-gpu-tools/assembler/
Dbrw_eu_compact.c459 src->header.opcode == BRW_OPCODE_ELSE || in brw_try_compact_instruction()
757 case BRW_OPCODE_ELSE: in brw_compact_instructions()
Dbrw_disasm.c77 [BRW_OPCODE_ELSE] = { .name = "else", .nsrc = 2, .ndst = 0 },
1115 } else if (gen == 7 && (inst->header.opcode == BRW_OPCODE_ELSE || in brw_disasm()
1120 inst->header.opcode == BRW_OPCODE_ELSE || in brw_disasm()
Dlex.l141 "else" { yylval.integer = BRW_OPCODE_ELSE; return ELSE; }
Dbrw_eu_emit.c1258 assert(else_inst == NULL || else_inst->header.opcode == BRW_OPCODE_ELSE); in convert_IF_ELSE_to_ADD()
1313 assert(else_inst == NULL || else_inst->header.opcode == BRW_OPCODE_ELSE); in patch_IF_ELSE()
1381 insn = next_insn(p, BRW_OPCODE_ELSE); in brw_ELSE()
1444 if (tmp->header.opcode == BRW_OPCODE_ELSE) { in brw_ENDIF()
2395 case BRW_OPCODE_ELSE: in brw_find_next_block_end()
Dbrw_defines.h661 BRW_OPCODE_ELSE = 36, enumerator
Dgen8_disasm.c903 opcode == BRW_OPCODE_ELSE || in gen8_disassemble()

12