Home
last modified time | relevance | path

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

/third_party/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.cpp147 if (child->block->prev()->end()->opcode == BRW_OPCODE_ELSE) { in opt_peephole_sel()
Dtest_fs_scoreboard.cpp718 bld.emit(BRW_OPCODE_ELSE); in TEST_F()
759 bld.emit(BRW_OPCODE_ELSE); in TEST_F()
804 bld.emit(BRW_OPCODE_ELSE); in TEST_F()
851 bld.emit(BRW_OPCODE_ELSE); in TEST_F()
Dbrw_cfg.h201 op == BRW_OPCODE_ELSE || in bblock_ends_with_control_flow()
Dbrw_disasm.c42 opcode == BRW_OPCODE_ELSE || in brw_has_jip()
57 (devinfo->ver >= 8 && opcode == BRW_OPCODE_ELSE) || in brw_has_uip()
70 opcode == BRW_OPCODE_ELSE; in has_branch_ctrl()
1987 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_emit.c1506 assert(else_inst == NULL || brw_inst_opcode(p->isa, else_inst) == BRW_OPCODE_ELSE); in convert_IF_ELSE_to_ADD()
1559 assert(else_inst == NULL || brw_inst_opcode(p->isa, else_inst) == BRW_OPCODE_ELSE); in patch_IF_ELSE()
1630 insn = next_insn(p, BRW_OPCODE_ELSE); in brw_ELSE()
1699 if (brw_inst_opcode(p->isa, tmp) == BRW_OPCODE_ELSE) { in brw_ENDIF()
2934 case BRW_OPCODE_ELSE: in brw_find_next_block_end()
Dbrw_eu_defines.h209 BRW_OPCODE_ELSE, enumerator
Dbrw_eu.c649 { BRW_OPCODE_ELSE, 36, "else", 0, 0, GFX_ALL },
Dbrw_shader.cpp933 case BRW_OPCODE_ELSE: in is_control_flow()
Dbrw_eu_compact.c2359 (brw_inst_opcode(isa, insn) == BRW_OPCODE_ELSE && devinfo->ver <= 7)) in update_uip_jip()
2590 case BRW_OPCODE_ELSE: in brw_compact_instructions()
Dbrw_ir_performance.cpp600 case BRW_OPCODE_ELSE: in instruction_desc()
Dbrw_vec4_generator.cpp1739 case BRW_OPCODE_ELSE: in generate_code()
Dbrw_fs_generator.cpp2112 case BRW_OPCODE_ELSE: in generate_code()
Dbrw_vec4_nir.cpp112 emit(BRW_OPCODE_ELSE); in nir_emit_if()
Dbrw_fs_nir.cpp386 bld.emit(BRW_OPCODE_ELSE); in nir_emit_if()
/third_party/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.l79 else { yylval.integer = BRW_OPCODE_ELSE; return ELSE; }