Home
last modified time | relevance | path

Searched refs:BRW_OPCODE_NOP (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_dead_code_eliminate.cpp93 inst->opcode = BRW_OPCODE_NOP; in dead_code_eliminate()
107 inst->opcode = BRW_OPCODE_NOP; in dead_code_eliminate()
129 if (inst->opcode == BRW_OPCODE_NOP) { in dead_code_eliminate()
Dbrw_fs_dead_code_eliminate.cpp106 inst->opcode = BRW_OPCODE_NOP; in dead_code_eliminate()
122 if (inst->opcode == BRW_OPCODE_NOP) { in dead_code_eliminate()
Dbrw_fs_register_coalesce.cpp172 inst->opcode = BRW_OPCODE_NOP; in register_coalesce()
246 mov[i]->opcode = BRW_OPCODE_NOP; in register_coalesce()
286 if (inst->opcode == BRW_OPCODE_NOP) { in register_coalesce()
Dbrw_shader.cpp155 case BRW_OPCODE_ILLEGAL ... BRW_OPCODE_NOP: in brw_instruction_name()
958 ((opcode >= BRW_OPCODE_ADD && opcode < BRW_OPCODE_NOP) || in writes_accumulator_implicitly()
Dbrw_eu_defines.h279 BRW_OPCODE_NOP = 126, enumerator
Dbrw_eu.c649 [BRW_OPCODE_NOP] = {
Dbrw_disasm.c1513 if (opcode != BRW_OPCODE_NOP && opcode != BRW_OPCODE_NENOP) { in brw_disassemble_inst()
1826 if (opcode != BRW_OPCODE_NOP && opcode != BRW_OPCODE_NENOP) { in brw_disassemble_inst()
Dbrw_eu_compact.c1654 brw_compact_inst_set_opcode(devinfo, align, BRW_OPCODE_NOP); in brw_compact_instructions()
Dbrw_eu_emit.c1189 brw_inst *insn = next_insn(p, BRW_OPCODE_NOP); in brw_NOP()
1191 brw_inst_set_opcode(p->devinfo, insn, BRW_OPCODE_NOP); in brw_NOP()
Dbrw_fs.cpp92 init(BRW_OPCODE_NOP, 8, dst, NULL, 0); in fs_inst()