Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/intel/compiler/
Dbrw_dead_control_flow.cpp65 prev_inst->opcode == BRW_OPCODE_IF) { in dead_control_flow_eliminate()
102 prev_inst->opcode == BRW_OPCODE_IF) { in dead_control_flow_eliminate()
Dtest_fs_scoreboard.cpp586 bld.emit(BRW_OPCODE_IF); in TEST_F()
619 bld.emit(BRW_OPCODE_IF); in TEST_F()
649 bld.emit(BRW_OPCODE_IF); in TEST_F()
682 bld.emit(BRW_OPCODE_IF); in TEST_F()
715 bld.emit(BRW_OPCODE_IF); in TEST_F()
753 bld.emit(BRW_OPCODE_IF); in TEST_F()
798 bld.emit(BRW_OPCODE_IF); in TEST_F()
848 bld.emit(BRW_OPCODE_IF); in TEST_F()
Dbrw_cfg.cpp112 return op == BRW_OPCODE_IF || in ends_block()
198 case BRW_OPCODE_IF: in cfg_t()
254 assert(cur_if->end()->opcode == BRW_OPCODE_IF); in cfg_t()
Dbrw_vec4_builder.h503 return set_predicate(predicate, emit(BRW_OPCODE_IF)); in IF()
515 emit(BRW_OPCODE_IF, in IF()
Dbrw_predicated_break.cpp134 if (if_inst->opcode != BRW_OPCODE_IF) in opt_predicated_break()
Dbrw_fs_sel_peephole.cpp137 if (if_inst->opcode != BRW_OPCODE_IF) in opt_peephole_sel()
Dbrw_disasm.c41 return opcode == BRW_OPCODE_IF || in brw_has_jip()
56 return (devinfo->ver >= 7 && opcode == BRW_OPCODE_IF) || in brw_has_uip()
69 return opcode == BRW_OPCODE_IF || in has_branch_ctrl()
1947 opcode != BRW_OPCODE_IF && in brw_disassemble_inst()
1992 } else if (devinfo->ver < 6 && (opcode == BRW_OPCODE_IF || in brw_disassemble_inst()
Dbrw_cfg.h200 return op == BRW_OPCODE_IF || in bblock_ends_with_control_flow()
Dbrw_ir_vec4.h337 opcode != BRW_OPCODE_IF && in writes_flag()
Dbrw_vec4_visitor.cpp198 inst = new(mem_ctx) vec4_instruction(BRW_OPCODE_IF); in ALU1()
216 inst = new(mem_ctx) vec4_instruction(BRW_OPCODE_IF, dst_null_d(), in IF()
Dbrw_fs_lower_regioning.cpp355 inst->opcode == BRW_OPCODE_IF || in has_inconsistent_cmod()
Dbrw_eu_emit.c1427 insn = next_insn(p, BRW_OPCODE_IF); in brw_IF()
1476 insn = next_insn(p, BRW_OPCODE_IF); in gfx6_IF()
1505 assert(if_inst != NULL && brw_inst_opcode(p->isa, if_inst) == BRW_OPCODE_IF); in convert_IF_ELSE_to_ADD()
1557 assert(if_inst != NULL && brw_inst_opcode(p->isa, if_inst) == BRW_OPCODE_IF); in patch_IF_ELSE()
2919 case BRW_OPCODE_IF: in brw_find_next_block_end()
Dbrw_eu_defines.h206 BRW_OPCODE_IF, enumerator
Dbrw_eu.c646 { BRW_OPCODE_IF, 34, "if", 0, 0, GFX_ALL },
Dbrw_fs_builder.h713 return set_predicate(predicate, emit(BRW_OPCODE_IF)); in IF()
Dbrw_shader.cpp932 case BRW_OPCODE_IF: in is_control_flow()
Dbrw_fs.cpp1046 opcode != BRW_OPCODE_IF && in flags_written()
2979 if (inst->opcode == BRW_OPCODE_IF || inst->opcode == BRW_OPCODE_DO) { in opt_register_renaming()
3299 case BRW_OPCODE_IF: in eliminate_find_live_channel()
4878 case BRW_OPCODE_IF: in get_lowered_simd_width()
5668 inst->opcode != BRW_OPCODE_IF && in dump_instruction()
6398 case BRW_OPCODE_IF: in fixup_nomask_control_flow()
Dbrw_vec4.cpp1201 case BRW_OPCODE_IF: in eliminate_find_live_channel()
1333 inst->opcode != BRW_OPCODE_IF && in dump_instruction()
Dbrw_fs_reg_allocate.cpp920 case BRW_OPCODE_IF: in set_spill_costs()
Dbrw_fs_copy_propagation.cpp890 case BRW_OPCODE_IF: in try_constant_propagate()
Dbrw_ir_performance.cpp599 case BRW_OPCODE_IF: in instruction_desc()
Dbrw_eu_compact.c2588 case BRW_OPCODE_IF: in brw_compact_instructions()
Dbrw_vec4_generator.cpp1728 case BRW_OPCODE_IF: in generate_code()
/third_party/mesa3d/src/intel/tools/
Di965_asm.c149 case BRW_OPCODE_IF: in i965_postprocess_labels()
170 case BRW_OPCODE_IF: in i965_postprocess_labels()
Di965_lex.l89 if { yylval.integer = BRW_OPCODE_IF; return IF; }

12