Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_reg_allocate.cpp298 if (block->end()->opcode == BRW_OPCODE_WHILE) in count_to_loop_end()
310 if (block->end()->opcode == BRW_OPCODE_WHILE) { in count_to_loop_end()
342 case BRW_OPCODE_WHILE: in calculate_payload_ranges()
837 case BRW_OPCODE_WHILE: in choose_spill_reg()
Dbrw_predicated_break.cpp125 while_inst->opcode == BRW_OPCODE_WHILE && in opt_predicated_break()
Dbrw_cfg.cpp102 op == BRW_OPCODE_WHILE; in ends_block()
354 case BRW_OPCODE_WHILE: in cfg_t()
Dbrw_cfg.h169 op == BRW_OPCODE_WHILE || in bblock_ends_with_control_flow()
Dbrw_ir_vec4.h333 opcode != BRW_OPCODE_WHILE)); in writes_flag()
Dbrw_vec4_copy_propagation.cpp61 inst->opcode != BRW_OPCODE_WHILE && in is_dominated_by_previous_instruction()
Dbrw_eu_defines.h227 BRW_OPCODE_WHILE = 39, enumerator
Dbrw_vec4_reg_allocate.cpp466 case BRW_OPCODE_WHILE: in evaluate_spill_costs()
Dbrw_eu_compact.c1400 brw_inst_opcode(devinfo, insn) == BRW_OPCODE_WHILE || in update_uip_jip()
1589 case BRW_OPCODE_WHILE: in brw_compact_instructions()
Dgen6_gs_visitor.cpp447 emit(BRW_OPCODE_WHILE); in emit_thread_end()
Dbrw_fs_bank_conflicts.cpp624 } else if (inst->opcode == BRW_OPCODE_WHILE) { in shader_conflict_weight_matrix()
Dbrw_eu.c515 [BRW_OPCODE_WHILE] = {
Dbrw_shader.cpp816 case BRW_OPCODE_WHILE: in is_control_flow()
Dbrw_disasm.c44 opcode == BRW_OPCODE_WHILE || in has_jip()
1505 opcode != BRW_OPCODE_WHILE))) { in brw_disassemble_inst()
Dbrw_eu_emit.c1752 insn = next_insn(p, BRW_OPCODE_WHILE); in brw_WHILE()
1784 insn = next_insn(p, BRW_OPCODE_WHILE); in brw_WHILE()
2631 case BRW_OPCODE_WHILE: in brw_find_next_block_end()
2669 if (brw_inst_opcode(devinfo, insn) == BRW_OPCODE_WHILE) { in brw_find_loop_end()
Dbrw_fs.cpp935 opcode != BRW_OPCODE_WHILE)) || in flags_written()
2711 inst->opcode == BRW_OPCODE_WHILE) { in opt_register_renaming()
3021 case BRW_OPCODE_WHILE: in eliminate_find_live_channel()
5510 inst->opcode != BRW_OPCODE_WHILE))) { in dump_instruction()
7182 set_predicate(BRW_PREDICATE_NORMAL, bld.emit(BRW_OPCODE_WHILE)); in brw_fs_test_dispatch_packing()
Dbrw_vec4.cpp1441 case BRW_OPCODE_WHILE: in eliminate_find_live_channel()
1563 inst->opcode != BRW_OPCODE_WHILE))) { in dump_instruction()
Dbrw_schedule_instructions.cpp1669 if (block->end()->opcode == BRW_OPCODE_WHILE) in get_cycle_count()
Dbrw_vec4_generator.cpp1725 case BRW_OPCODE_WHILE: in generate_code()
Dbrw_fs_generator.cpp1894 case BRW_OPCODE_WHILE: in generate_code()
Dbrw_vec4_nir.cpp130 emit(BRW_OPCODE_WHILE); in nir_emit_loop()
Dbrw_fs_nir.cpp395 bld.emit(BRW_OPCODE_WHILE); in nir_emit_loop()
3410 bld.emit(BRW_OPCODE_WHILE)); in nir_emit_fs_intrinsic()