Home
last modified time | relevance | path

Searched refs:BRW_OPCODE_IF (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_dead_control_flow.cpp63 prev_inst->opcode == BRW_OPCODE_IF) { in dead_control_flow_eliminate()
100 prev_inst->opcode == BRW_OPCODE_IF) { in dead_control_flow_eliminate()
Dbrw_cfg.cpp97 return op == BRW_OPCODE_IF || in ends_block()
185 case BRW_OPCODE_IF: in cfg_t()
240 assert(cur_if->end()->opcode == BRW_OPCODE_IF); in cfg_t()
Dbrw_predicated_break.cpp74 if (if_inst->opcode != BRW_OPCODE_IF) in opt_predicated_break()
Dbrw_vec4_builder.h479 return set_predicate(predicate, emit(BRW_OPCODE_IF)); in IF()
491 emit(BRW_OPCODE_IF, in IF()
Dbrw_fs_sel_peephole.cpp136 if (if_inst->opcode != BRW_OPCODE_IF) in opt_peephole_sel()
Dbrw_disasm.c41 return opcode == BRW_OPCODE_IF || in has_jip()
56 return (devinfo->gen >= 7 && opcode == BRW_OPCODE_IF) || in has_uip()
69 return opcode == BRW_OPCODE_IF || in has_branch_ctrl()
1504 opcode != BRW_OPCODE_IF && in brw_disassemble_inst()
1543 } else if (devinfo->gen < 6 && (opcode == BRW_OPCODE_IF || in brw_disassemble_inst()
Dbrw_cfg.h167 return op == BRW_OPCODE_IF || in bblock_ends_with_control_flow()
Dbrw_ir_vec4.h332 opcode != BRW_OPCODE_IF && in writes_flag()
Dbrw_eu_defines.h220 BRW_OPCODE_IF = 34, enumerator
Dbrw_fs_builder.h533 return set_predicate(predicate, emit(BRW_OPCODE_IF)); in IF()
Dbrw_eu_emit.c1279 insn = next_insn(p, BRW_OPCODE_IF); in brw_IF()
1327 insn = next_insn(p, BRW_OPCODE_IF); in gen6_IF()
1357 assert(if_inst != NULL && brw_inst_opcode(devinfo, if_inst) == BRW_OPCODE_IF); in convert_IF_ELSE_to_ADD()
1409 assert(if_inst != NULL && brw_inst_opcode(devinfo, if_inst) == BRW_OPCODE_IF); in patch_IF_ELSE()
2623 case BRW_OPCODE_IF: in brw_find_next_block_end()
Dbrw_eu.c500 [BRW_OPCODE_IF] = {
Dbrw_shader.cpp817 case BRW_OPCODE_IF: in is_control_flow()
Dbrw_fs_reg_allocate.cpp841 case BRW_OPCODE_IF: in choose_spill_reg()
Dbrw_vec4_visitor.cpp197 inst = new(mem_ctx) vec4_instruction(BRW_OPCODE_IF); in ALU1()
215 inst = new(mem_ctx) vec4_instruction(BRW_OPCODE_IF, dst_null_d(), in IF()
Dbrw_fs_copy_propagation.cpp642 case BRW_OPCODE_IF: in try_constant_propagate()
Dbrw_fs.cpp934 opcode != BRW_OPCODE_IF && in flags_written()
2708 if (inst->opcode == BRW_OPCODE_IF || inst->opcode == BRW_OPCODE_DO) { in opt_register_renaming()
3015 case BRW_OPCODE_IF: in eliminate_find_live_channel()
5011 case BRW_OPCODE_IF: in get_lowered_simd_width()
5509 inst->opcode != BRW_OPCODE_IF && in dump_instruction()
Dbrw_vec4.cpp1435 case BRW_OPCODE_IF: in eliminate_find_live_channel()
1562 inst->opcode != BRW_OPCODE_IF && in dump_instruction()
Dbrw_eu_compact.c1585 case BRW_OPCODE_IF: in brw_compact_instructions()
Dbrw_vec4_generator.cpp1694 case BRW_OPCODE_IF: in generate_code()
Dbrw_fs_generator.cpp1866 case BRW_OPCODE_IF: in generate_code()