Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/intel/compiler/
Dbrw_predicated_break.cpp123 else if (jump_inst->opcode == BRW_OPCODE_WHILE) in opt_predicated_break()
193 while_inst->opcode == BRW_OPCODE_WHILE && in opt_predicated_break()
Dbrw_fs_reg_allocate.cpp185 if (block->end()->opcode == BRW_OPCODE_WHILE) in count_to_loop_end()
197 if (block->end()->opcode == BRW_OPCODE_WHILE) { in count_to_loop_end()
229 case BRW_OPCODE_WHILE: in calculate_payload_ranges()
916 case BRW_OPCODE_WHILE: in set_spill_costs()
Dbrw_cfg.cpp117 op == BRW_OPCODE_WHILE; in ends_block()
373 case BRW_OPCODE_WHILE: in cfg_t()
Dtest_fs_scoreboard.cpp485 bld.emit(BRW_OPCODE_WHILE)->predicate = BRW_PREDICATE_NORMAL; in TEST_F()
519 bld.emit(BRW_OPCODE_WHILE)->predicate = BRW_PREDICATE_NORMAL; in TEST_F()
558 bld.emit(BRW_OPCODE_WHILE)->predicate = BRW_PREDICATE_NORMAL; in TEST_F()
Dbrw_cfg.h202 op == BRW_OPCODE_WHILE || in bblock_ends_with_control_flow()
Dbrw_ir_vec4.h338 opcode != BRW_OPCODE_WHILE)); in writes_flag()
Dbrw_vec4_copy_propagation.cpp61 inst->opcode != BRW_OPCODE_WHILE && in is_dominated_by_previous_instruction()
Dbrw_vec4_reg_allocate.cpp429 case BRW_OPCODE_WHILE: in evaluate_spill_costs()
Dgfx6_gs_visitor.cpp446 emit(BRW_OPCODE_WHILE); in emit_thread_end()
Dbrw_ir_performance.cpp602 case BRW_OPCODE_WHILE: in instruction_desc()
1625 else if (inst->opcode == BRW_OPCODE_WHILE) in calculate_performance()
Dbrw_disasm.c44 opcode == BRW_OPCODE_WHILE || in brw_has_jip()
1948 opcode != BRW_OPCODE_WHILE))) { in brw_disassemble_inst()
1995 opcode == BRW_OPCODE_WHILE)) { in brw_disassemble_inst()
Dbrw_fs_bank_conflicts.cpp645 } else if (inst->opcode == BRW_OPCODE_WHILE) { in shader_conflict_weight_matrix()
Dbrw_fs_lower_regioning.cpp356 inst->opcode == BRW_OPCODE_WHILE; in has_inconsistent_cmod()
Dbrw_eu_defines.h213 BRW_OPCODE_WHILE, enumerator
Dbrw_eu.c653 { BRW_OPCODE_WHILE, 39, "while", 0, 0, GFX_ALL },
Dbrw_eu_emit.c1907 insn = next_insn(p, BRW_OPCODE_WHILE); in brw_WHILE()
1939 insn = next_insn(p, BRW_OPCODE_WHILE); in brw_WHILE()
2927 case BRW_OPCODE_WHILE: in brw_find_next_block_end()
2968 if (brw_inst_opcode(p->isa, insn) == BRW_OPCODE_WHILE) { in brw_find_loop_end()
Dbrw_shader.cpp931 case BRW_OPCODE_WHILE: in is_control_flow()
Dbrw_fs.cpp1047 opcode != BRW_OPCODE_WHILE)) || in flags_written()
2982 inst->opcode == BRW_OPCODE_WHILE) { in opt_register_renaming()
3305 case BRW_OPCODE_WHILE: in eliminate_find_live_channel()
5669 inst->opcode != BRW_OPCODE_WHILE))) { in dump_instruction()
6407 case BRW_OPCODE_WHILE: in fixup_nomask_control_flow()
8132 set_predicate(BRW_PREDICATE_NORMAL, bld.emit(BRW_OPCODE_WHILE)); in brw_fs_test_dispatch_packing()
Dbrw_eu_compact.c2358 brw_inst_opcode(isa, insn) == BRW_OPCODE_WHILE || in update_uip_jip()
2592 case BRW_OPCODE_WHILE: in brw_compact_instructions()
Dbrw_vec4.cpp1207 case BRW_OPCODE_WHILE: in eliminate_find_live_channel()
1334 inst->opcode != BRW_OPCODE_WHILE))) { in dump_instruction()
Dbrw_vec4_generator.cpp1759 case BRW_OPCODE_WHILE: in generate_code()
Dbrw_fs_generator.cpp2130 case BRW_OPCODE_WHILE: in generate_code()
Dbrw_vec4_nir.cpp126 emit(BRW_OPCODE_WHILE); in nir_emit_loop()
/third_party/mesa3d/src/intel/tools/
Di965_asm.c152 case BRW_OPCODE_WHILE: in i965_postprocess_labels()
180 case BRW_OPCODE_WHILE: in i965_postprocess_labels()
Di965_lex.l131 while { yylval.integer = BRW_OPCODE_WHILE; return WHILE; }

12