Searched refs:BRW_OPCODE_WHILE (Results 1 – 25 of 32) sorted by relevance
12
/external/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 | 130 while { yylval.integer = BRW_OPCODE_WHILE; return WHILE; }
|
/external/mesa3d/src/intel/compiler/ |
D | brw_predicated_break.cpp | 127 while_inst->opcode == BRW_OPCODE_WHILE && in opt_predicated_break()
|
D | brw_cfg.cpp | 117 op == BRW_OPCODE_WHILE; in ends_block() 371 case BRW_OPCODE_WHILE: in cfg_t()
|
D | brw_fs_reg_allocate.cpp | 313 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()
|
D | brw_cfg.h | 197 op == BRW_OPCODE_WHILE || in bblock_ends_with_control_flow()
|
D | test_fs_scoreboard.cpp | 470 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()
|
D | brw_ir_vec4.h | 337 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_fs_lower_regioning.cpp | 241 inst->opcode == BRW_OPCODE_WHILE; in has_inconsistent_cmod()
|
D | brw_vec4_reg_allocate.cpp | 465 case BRW_OPCODE_WHILE: in evaluate_spill_costs()
|
D | gen6_gs_visitor.cpp | 447 emit(BRW_OPCODE_WHILE); in emit_thread_end()
|
D | brw_ir_performance.cpp | 588 case BRW_OPCODE_WHILE: in instruction_desc() 1555 else if (inst->opcode == BRW_OPCODE_WHILE) in calculate_performance()
|
D | brw_disasm.c | 44 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()
|
D | brw_eu_defines.h | 235 BRW_OPCODE_WHILE, enumerator
|
D | brw_fs_bank_conflicts.cpp | 644 } else if (inst->opcode == BRW_OPCODE_WHILE) { in shader_conflict_weight_matrix()
|
D | brw_eu.cpp | 647 { BRW_OPCODE_WHILE, 39, "while", 0, 0, GEN_ALL },
|
D | brw_shader.cpp | 916 case BRW_OPCODE_WHILE: in is_control_flow()
|
D | brw_eu_emit.c | 1883 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/ |
D | brw_eu_compact.c | 463 src->header.opcode == BRW_OPCODE_WHILE) { in brw_try_compact_instruction() 759 case BRW_OPCODE_WHILE: in brw_compact_instructions()
|
D | brw_disasm.c | 76 [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()
|
D | lex.l | 140 "while" { yylval.integer = BRW_OPCODE_WHILE; return WHILE; }
|
D | brw_eu_emit.c | 1643 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()
|
D | brw_defines.h | 664 BRW_OPCODE_WHILE = 39, enumerator
|
D | gen8_disasm.c | 904 opcode == BRW_OPCODE_WHILE || in gen8_disassemble()
|
12