Searched refs:BRW_OPCODE_IF (Results 1 – 21 of 21) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_dead_control_flow.cpp | 63 prev_inst->opcode == BRW_OPCODE_IF) { in dead_control_flow_eliminate() 100 prev_inst->opcode == BRW_OPCODE_IF) { in dead_control_flow_eliminate()
|
D | brw_cfg.cpp | 97 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()
|
D | brw_predicated_break.cpp | 74 if (if_inst->opcode != BRW_OPCODE_IF) in opt_predicated_break()
|
D | brw_vec4_builder.h | 479 return set_predicate(predicate, emit(BRW_OPCODE_IF)); in IF() 491 emit(BRW_OPCODE_IF, in IF()
|
D | brw_fs_sel_peephole.cpp | 136 if (if_inst->opcode != BRW_OPCODE_IF) in opt_peephole_sel()
|
D | brw_disasm.c | 41 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()
|
D | brw_cfg.h | 167 return op == BRW_OPCODE_IF || in bblock_ends_with_control_flow()
|
D | brw_ir_vec4.h | 332 opcode != BRW_OPCODE_IF && in writes_flag()
|
D | brw_eu_defines.h | 220 BRW_OPCODE_IF = 34, enumerator
|
D | brw_fs_builder.h | 533 return set_predicate(predicate, emit(BRW_OPCODE_IF)); in IF()
|
D | brw_eu_emit.c | 1279 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()
|
D | brw_eu.c | 500 [BRW_OPCODE_IF] = {
|
D | brw_shader.cpp | 817 case BRW_OPCODE_IF: in is_control_flow()
|
D | brw_fs_reg_allocate.cpp | 841 case BRW_OPCODE_IF: in choose_spill_reg()
|
D | brw_vec4_visitor.cpp | 197 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()
|
D | brw_fs_copy_propagation.cpp | 642 case BRW_OPCODE_IF: in try_constant_propagate()
|
D | brw_fs.cpp | 934 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()
|
D | brw_vec4.cpp | 1435 case BRW_OPCODE_IF: in eliminate_find_live_channel() 1562 inst->opcode != BRW_OPCODE_IF && in dump_instruction()
|
D | brw_eu_compact.c | 1585 case BRW_OPCODE_IF: in brw_compact_instructions()
|
D | brw_vec4_generator.cpp | 1694 case BRW_OPCODE_IF: in generate_code()
|
D | brw_fs_generator.cpp | 1866 case BRW_OPCODE_IF: in generate_code()
|