Home
last modified time | relevance | path

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

12

/external/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.l130 while { yylval.integer = BRW_OPCODE_WHILE; return WHILE; }
/external/mesa3d/src/intel/compiler/
Dbrw_predicated_break.cpp127 while_inst->opcode == BRW_OPCODE_WHILE && in opt_predicated_break()
Dbrw_cfg.cpp117 op == BRW_OPCODE_WHILE; in ends_block()
371 case BRW_OPCODE_WHILE: in cfg_t()
Dbrw_fs_reg_allocate.cpp313 if (block->end()->opcode == BRW_OPCODE_WHILE) in count_to_loop_end()
325 if (block->end()->opcode == BRW_OPCODE_WHILE) { in count_to_loop_end()
357 case BRW_OPCODE_WHILE: in calculate_payload_ranges()
1019 case BRW_OPCODE_WHILE: in set_spill_costs()
Dbrw_cfg.h197 op == BRW_OPCODE_WHILE || in bblock_ends_with_control_flow()
Dtest_fs_scoreboard.cpp470 bld.emit(BRW_OPCODE_WHILE)->predicate = BRW_PREDICATE_NORMAL; in TEST_F()
504 bld.emit(BRW_OPCODE_WHILE)->predicate = BRW_PREDICATE_NORMAL; in TEST_F()
543 bld.emit(BRW_OPCODE_WHILE)->predicate = BRW_PREDICATE_NORMAL; in TEST_F()
Dbrw_ir_vec4.h337 opcode != BRW_OPCODE_WHILE)); in writes_flag()
Dbrw_vec4_copy_propagation.cpp61 inst->opcode != BRW_OPCODE_WHILE && in is_dominated_by_previous_instruction()
Dbrw_fs_lower_regioning.cpp241 inst->opcode == BRW_OPCODE_WHILE; in has_inconsistent_cmod()
Dbrw_vec4_reg_allocate.cpp465 case BRW_OPCODE_WHILE: in evaluate_spill_costs()
Dgen6_gs_visitor.cpp447 emit(BRW_OPCODE_WHILE); in emit_thread_end()
Dbrw_ir_performance.cpp588 case BRW_OPCODE_WHILE: in instruction_desc()
1555 else if (inst->opcode == BRW_OPCODE_WHILE) in calculate_performance()
Dbrw_disasm.c44 opcode == BRW_OPCODE_WHILE || in brw_has_jip()
1737 opcode != BRW_OPCODE_WHILE))) { in brw_disassemble_inst()
1784 opcode == BRW_OPCODE_WHILE)) { in brw_disassemble_inst()
Dbrw_eu_defines.h235 BRW_OPCODE_WHILE, enumerator
Dbrw_fs_bank_conflicts.cpp644 } else if (inst->opcode == BRW_OPCODE_WHILE) { in shader_conflict_weight_matrix()
Dbrw_eu.cpp647 { BRW_OPCODE_WHILE, 39, "while", 0, 0, GEN_ALL },
Dbrw_shader.cpp916 case BRW_OPCODE_WHILE: in is_control_flow()
Dbrw_eu_emit.c1883 insn = next_insn(p, BRW_OPCODE_WHILE); in brw_WHILE()
1915 insn = next_insn(p, BRW_OPCODE_WHILE); in brw_WHILE()
2875 case BRW_OPCODE_WHILE: in brw_find_next_block_end()
2915 if (brw_inst_opcode(devinfo, insn) == BRW_OPCODE_WHILE) { in brw_find_loop_end()
/external/igt-gpu-tools/assembler/
Dbrw_eu_compact.c463 src->header.opcode == BRW_OPCODE_WHILE) { in brw_try_compact_instruction()
759 case BRW_OPCODE_WHILE: in brw_compact_instructions()
Dbrw_disasm.c76 [BRW_OPCODE_WHILE] = { .name = "while", .nsrc = 2, .ndst = 0 },
1083 inst->header.opcode != BRW_OPCODE_WHILE))) { in brw_disasm()
1117 inst->header.opcode == BRW_OPCODE_WHILE)) { in brw_disasm()
1122 inst->header.opcode == BRW_OPCODE_WHILE)) { in brw_disasm()
Dlex.l140 "while" { yylval.integer = BRW_OPCODE_WHILE; return WHILE; }
Dbrw_eu_emit.c1643 insn = next_insn(p, BRW_OPCODE_WHILE); in brw_WHILE()
1653 insn = next_insn(p, BRW_OPCODE_WHILE); in brw_WHILE()
1672 insn = next_insn(p, BRW_OPCODE_WHILE); in brw_WHILE()
2396 case BRW_OPCODE_WHILE: in brw_find_next_block_end()
2423 if (insn->header.opcode == BRW_OPCODE_WHILE) { in brw_find_loop_end()
Dbrw_defines.h664 BRW_OPCODE_WHILE = 39, enumerator
Dgen8_disasm.c904 opcode == BRW_OPCODE_WHILE || in gen8_disassemble()

12