Home
last modified time | relevance | path

Searched refs:BRW_OPCODE_DO (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_cfg.cpp101 op == BRW_OPCODE_DO || in ends_block()
110 return op == BRW_OPCODE_DO || in starts_block()
248 case BRW_OPCODE_DO: in cfg_t()
Dbrw_fs_reg_allocate.cpp308 if (block->start()->opcode == BRW_OPCODE_DO) in count_to_loop_end()
331 case BRW_OPCODE_DO: in calculate_payload_ranges()
833 case BRW_OPCODE_DO: in choose_spill_reg()
Dbrw_disasm_info.c149 if (devinfo->gen >= 6 && inst->opcode == BRW_OPCODE_DO) { in disasm_annotate()
Dbrw_shader.cpp159 if (devinfo->gen >= 6 && op == BRW_OPCODE_DO) in brw_instruction_name()
815 case BRW_OPCODE_DO: in is_control_flow()
Dbrw_cfg.h160 return op == BRW_OPCODE_DO || op == BRW_OPCODE_ENDIF; in bblock_starts_with_control_flow()
Dbrw_vec4_copy_propagation.cpp60 return (inst->opcode != BRW_OPCODE_DO && in is_dominated_by_previous_instruction()
Dbrw_eu_defines.h225 BRW_OPCODE_DO = 38, /**< Pre-Gen6 */ /* Reused */ enumerator
Dbrw_vec4_reg_allocate.cpp462 case BRW_OPCODE_DO: in evaluate_spill_costs()
Dgen6_gs_visitor.cpp381 emit(BRW_OPCODE_DO); in emit_thread_end()
Dbrw_fs_bank_conflicts.cpp621 if (inst->opcode == BRW_OPCODE_DO) { in shader_conflict_weight_matrix()
Dbrw_schedule_instructions.cpp1664 if (block->start()->opcode == BRW_OPCODE_DO) in get_cycle_count()
Dbrw_eu_emit.c1694 brw_inst *insn = next_insn(p, BRW_OPCODE_DO); in brw_DO()
1787 assert(brw_inst_opcode(devinfo, do_insn) == BRW_OPCODE_DO); in brw_WHILE()
Dbrw_fs.cpp2708 if (inst->opcode == BRW_OPCODE_IF || inst->opcode == BRW_OPCODE_DO) { in opt_register_renaming()
3016 case BRW_OPCODE_DO: in eliminate_find_live_channel()
7180 bld.emit(BRW_OPCODE_DO); in brw_fs_test_dispatch_packing()
Dbrw_vec4_generator.cpp1712 case BRW_OPCODE_DO: in generate_code()
Dbrw_fs_generator.cpp1883 case BRW_OPCODE_DO: in generate_code()
Dbrw_vec4_nir.cpp126 emit(BRW_OPCODE_DO); in nir_emit_loop()
Dbrw_fs_nir.cpp391 bld.emit(BRW_OPCODE_DO); in nir_emit_loop()
3384 bld.emit(BRW_OPCODE_DO); in nir_emit_fs_intrinsic()
Dbrw_vec4.cpp1436 case BRW_OPCODE_DO: in eliminate_find_live_channel()