Searched refs:BRW_OPCODE_WHILE (Results 1 – 25 of 26) sorted by relevance
12
/third_party/mesa3d/src/intel/compiler/ |
D | brw_predicated_break.cpp | 123 else if (jump_inst->opcode == BRW_OPCODE_WHILE) in opt_predicated_break() 193 while_inst->opcode == BRW_OPCODE_WHILE && in opt_predicated_break()
|
D | brw_fs_reg_allocate.cpp | 185 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()
|
D | brw_cfg.cpp | 117 op == BRW_OPCODE_WHILE; in ends_block() 373 case BRW_OPCODE_WHILE: in cfg_t()
|
D | test_fs_scoreboard.cpp | 485 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()
|
D | brw_cfg.h | 202 op == BRW_OPCODE_WHILE || in bblock_ends_with_control_flow()
|
D | brw_ir_vec4.h | 338 opcode != BRW_OPCODE_WHILE)); in writes_flag()
|
D | brw_vec4_copy_propagation.cpp | 61 inst->opcode != BRW_OPCODE_WHILE && in is_dominated_by_previous_instruction()
|
D | brw_vec4_reg_allocate.cpp | 429 case BRW_OPCODE_WHILE: in evaluate_spill_costs()
|
D | gfx6_gs_visitor.cpp | 446 emit(BRW_OPCODE_WHILE); in emit_thread_end()
|
D | brw_ir_performance.cpp | 602 case BRW_OPCODE_WHILE: in instruction_desc() 1625 else if (inst->opcode == BRW_OPCODE_WHILE) in calculate_performance()
|
D | brw_disasm.c | 44 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()
|
D | brw_fs_bank_conflicts.cpp | 645 } else if (inst->opcode == BRW_OPCODE_WHILE) { in shader_conflict_weight_matrix()
|
D | brw_fs_lower_regioning.cpp | 356 inst->opcode == BRW_OPCODE_WHILE; in has_inconsistent_cmod()
|
D | brw_eu_defines.h | 213 BRW_OPCODE_WHILE, enumerator
|
D | brw_eu.c | 653 { BRW_OPCODE_WHILE, 39, "while", 0, 0, GFX_ALL },
|
D | brw_eu_emit.c | 1907 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()
|
D | brw_shader.cpp | 931 case BRW_OPCODE_WHILE: in is_control_flow()
|
D | brw_fs.cpp | 1047 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()
|
D | brw_eu_compact.c | 2358 brw_inst_opcode(isa, insn) == BRW_OPCODE_WHILE || in update_uip_jip() 2592 case BRW_OPCODE_WHILE: in brw_compact_instructions()
|
D | brw_vec4.cpp | 1207 case BRW_OPCODE_WHILE: in eliminate_find_live_channel() 1334 inst->opcode != BRW_OPCODE_WHILE))) { in dump_instruction()
|
D | brw_vec4_generator.cpp | 1759 case BRW_OPCODE_WHILE: in generate_code()
|
D | brw_fs_generator.cpp | 2130 case BRW_OPCODE_WHILE: in generate_code()
|
D | brw_vec4_nir.cpp | 126 emit(BRW_OPCODE_WHILE); in nir_emit_loop()
|
/third_party/mesa3d/src/intel/tools/ |
D | i965_asm.c | 152 case BRW_OPCODE_WHILE: in i965_postprocess_labels() 180 case BRW_OPCODE_WHILE: in i965_postprocess_labels()
|
D | i965_lex.l | 131 while { yylval.integer = BRW_OPCODE_WHILE; return WHILE; }
|
12