Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
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()
184 case BRW_OPCODE_IF: in cfg_t()
239 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_disasm.c39 return opcode == BRW_OPCODE_IF || in has_jip()
54 return (devinfo->gen >= 7 && opcode == BRW_OPCODE_IF) || in has_uip()
67 return opcode == BRW_OPCODE_IF || in has_branch_ctrl()
1281 opcode != BRW_OPCODE_IF && in brw_disassemble_inst()
1320 } else if (devinfo->gen < 6 && (opcode == BRW_OPCODE_IF || in brw_disassemble_inst()
Dbrw_vec4_builder.h480 return set_predicate(predicate, emit(BRW_OPCODE_IF)); in IF()
492 emit(BRW_OPCODE_IF, in IF()
Dbrw_fs_sel_peephole.cpp134 if (if_inst->opcode != BRW_OPCODE_IF) in opt_peephole_sel()
Dbrw_cfg.h168 return op == BRW_OPCODE_IF || in bblock_ends_with_control_flow()
Dbrw_ir_vec4.h330 opcode != BRW_OPCODE_IF && in writes_flag()
Dbrw_fs_builder.h534 return set_predicate(predicate, emit(BRW_OPCODE_IF)); in IF()
Dbrw_eu_emit.c1345 insn = next_insn(p, BRW_OPCODE_IF); in brw_IF()
1393 insn = next_insn(p, BRW_OPCODE_IF); in gen6_IF()
1423 assert(if_inst != NULL && brw_inst_opcode(devinfo, if_inst) == BRW_OPCODE_IF); in convert_IF_ELSE_to_ADD()
1475 assert(if_inst != NULL && brw_inst_opcode(devinfo, if_inst) == BRW_OPCODE_IF); in patch_IF_ELSE()
2691 case BRW_OPCODE_IF: in brw_find_next_block_end()
Dbrw_eu.c528 [BRW_OPCODE_IF] = {
Dbrw_fs_copy_propagation.cpp613 case BRW_OPCODE_IF: in try_constant_propagate()
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_shader.cpp816 case BRW_OPCODE_IF: in is_control_flow()
Dbrw_fs.cpp889 opcode != BRW_OPCODE_IF && in flags_written()
2538 if (inst->opcode == BRW_OPCODE_IF || inst->opcode == BRW_OPCODE_DO) { in opt_register_renaming()
2845 case BRW_OPCODE_IF: in eliminate_find_live_channel()
4738 case BRW_OPCODE_IF: in get_lowered_simd_width()
5198 inst->opcode != BRW_OPCODE_IF && in dump_instruction()
Dbrw_vec4.cpp1367 case BRW_OPCODE_IF: in eliminate_find_live_channel()
1494 inst->opcode != BRW_OPCODE_IF && in dump_instruction()
Dbrw_eu_compact.c1491 case BRW_OPCODE_IF: in brw_compact_instructions()
Dbrw_defines.h878 BRW_OPCODE_IF = 34, enumerator
Dbrw_fs_generator.cpp1761 case BRW_OPCODE_IF: in generate_code()
Dbrw_vec4_generator.cpp1682 case BRW_OPCODE_IF: in generate_code()