Searched refs:VGRF (Results 1 - 25 of 72) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_validate.cpp46 if (inst->dst.file == VGRF) {
52 if (inst->src[i].file == VGRF) {
H A Dbrw_fs_lower_pack.cpp39 assert(inst->dst.file == VGRF);
H A Dbrw_vec4_reg_allocate.cpp35 if (reg->file == VGRF) {
56 if (inst->dst.file == VGRF)
60 if (inst->src[i].file == VGRF)
228 if (inst->dst.file == VGRF && inst->has_source_and_destination_hazard()) {
230 if (inst->src[i].file == VGRF) {
306 assert(inst->src[i].file == VGRF);
311 if (inst->src[n].file == VGRF && inst->src[n].nr == scratch_reg)
324 if (prev_inst->dst.file == VGRF && prev_inst->dst.nr == scratch_reg) {
343 if (prev_inst->src[n].file == VGRF &&
401 if (inst->src[i].file == VGRF
[all...]
H A Dbrw_fs_dead_code_eliminate.cpp90 if (inst->dst.file == VGRF) {
109 if (inst->dst.file == VGRF) {
127 if (inst->src[i].file == VGRF) {
H A Dbrw_vec4_dead_code_eliminate.cpp57 if ((inst->dst.file == VGRF && !inst->has_side_effects()) ||
60 if (inst->dst.file == VGRF) {
141 if (inst->dst.file == VGRF && !inst->predicate &&
164 if (inst->src[i].file == VGRF) {
H A Dbrw_vec4_live_variables.h91 assert(reg.file == VGRF && reg.nr < alloc.count && c < 4);
105 assert(reg.file == VGRF && reg.nr < alloc.count && c < 4);
H A Dbrw_fs_saturate_propagation.cpp56 inst->dst.file != VGRF ||
58 inst->src[0].file != VGRF ||
125 if (scan_inst->src[i].file == VGRF &&
H A Dbrw_fs_reg_allocate.cpp38 if (reg->file == VGRF) {
575 this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL].file == VGRF &&
593 if (inst->dst.file == VGRF && inst->has_source_and_destination_hazard()) {
595 if (inst->src[i].file == VGRF) {
649 if (inst->exec_size < 16 || inst->dst.file != VGRF)
653 if (inst->src[i].file == VGRF) {
676 inst->dst.file == VGRF)
691 inst->dst.file == VGRF)
711 inst->src[2].file == VGRF &&
712 inst->src[3].file == VGRF
[all...]
H A Dbrw_fs_register_coalesce.cpp75 inst->src[0].file != VGRF ||
79 inst->dst.file != VGRF ||
256 if (scan_inst->dst.file == VGRF &&
264 if (scan_inst->src[j].file == VGRF &&
H A Dbrw_vec4_copy_propagation.cpp48 inst->dst.file == VGRF &&
72 assert(inst->dst.file == VGRF);
73 if (!src || src->file != VGRF)
332 value.file != VGRF &&
498 * from the same type file (IMM, VGRF, UNIFORM), and try
505 if (inst->src[i].file != VGRF ||
525 if (inst->dst.file == VGRF) {
H A Dbrw_vec4_live_variables.cpp78 if (inst->src[i].file == VGRF) {
99 if (inst->dst.file == VGRF &&
257 if (inst->src[i].file == VGRF) {
268 if (inst->dst.file == VGRF) {
H A Dbrw_fs_copy_propagation.cpp172 if (inst->dst.file != VGRF)
391 if (inst->src[arg].file != VGRF)
396 assert(entry->src.file == VGRF || entry->src.file == UNIFORM ||
403 assert(entry->dst.file == VGRF);
565 if (inst->src[i].file != VGRF)
568 assert(entry->dst.file == VGRF);
773 inst->dst.file == VGRF &&
774 ((inst->src[0].file == VGRF &&
796 if (inst->src[i].file != VGRF)
808 if (inst->dst.file == VGRF) {
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_validate.cpp46 if (inst->dst.file == VGRF) {
52 if (inst->src[i].file == VGRF) {
H A Dbrw_fs_lower_pack.cpp39 assert(inst->dst.file == VGRF);
H A Dbrw_vec4_reg_allocate.cpp35 if (reg->file == VGRF) {
56 if (inst->dst.file == VGRF)
60 if (inst->src[i].file == VGRF)
189 if (inst->dst.file == VGRF && inst->has_source_and_destination_hazard()) {
191 if (inst->src[i].file == VGRF) {
265 assert(inst->src[i].file == VGRF);
270 if (inst->src[n].file == VGRF && inst->src[n].nr == scratch_reg)
283 if (prev_inst->dst.file == VGRF && prev_inst->dst.nr == scratch_reg) {
302 if (prev_inst->src[n].file == VGRF &&
360 if (inst->src[i].file == VGRF
[all...]
H A Dbrw_fs_dead_code_eliminate.cpp92 if (inst->dst.file == VGRF) {
112 if (inst->dst.file == VGRF) {
130 if (inst->src[i].file == VGRF) {
H A Dbrw_vec4_dead_code_eliminate.cpp56 if ((inst->dst.file == VGRF && !inst->has_side_effects()) ||
59 if (inst->dst.file == VGRF) {
140 if (inst->dst.file == VGRF && !inst->predicate &&
163 if (inst->src[i].file == VGRF) {
H A Dbrw_vec4_live_variables.h117 assert(reg.file == VGRF && reg.nr < alloc.count && c < 4);
131 assert(reg.file == VGRF && reg.nr < alloc.count && c < 4);
H A Dbrw_fs_saturate_propagation.cpp58 inst->dst.file != VGRF ||
60 inst->src[0].file != VGRF ||
127 if (scan_inst->src[i].file == VGRF &&
H A Dbrw_fs_reg_allocate.cpp39 if (reg->file == VGRF) {
525 if (inst->dst.file == VGRF && inst->has_source_and_destination_hazard()) {
527 if (inst->src[i].file == VGRF) {
545 if (inst->exec_size >= 16 && inst->dst.file == VGRF) {
547 if (inst->src[i].file == VGRF) {
569 inst->dst.file == VGRF)
581 inst->dst.file == VGRF)
599 inst->src[2].file == VGRF && inst->src[3].file == VGRF &&
710 if (inst->opcode == FS_OPCODE_LINTERP && inst->src[0].file == VGRF
[all...]
H A Dbrw_fs_copy_propagation.cpp204 if (inst->dst.file != VGRF)
230 if (inst->dst.file != VGRF &&
452 if (inst->src[arg].file != VGRF)
457 assert(entry->src.file == VGRF || entry->src.file == UNIFORM ||
478 assert(entry->dst.file == VGRF);
734 if (inst->src[i].file != VGRF)
737 assert(entry->dst.file == VGRF);
948 inst->dst.file == VGRF &&
949 ((inst->src[0].file == VGRF &&
976 if (inst->src[i].file != VGRF)
[all...]
H A Dbrw_vec4_copy_propagation.cpp48 inst->dst.file == VGRF &&
72 assert(inst->dst.file == VGRF);
73 if (!src || src->file != VGRF)
316 value.file != VGRF &&
484 * from the same type file (IMM, VGRF, UNIFORM), and try
491 if (inst->src[i].file != VGRF ||
511 if (inst->dst.file == VGRF) {
H A Dbrw_ir_fs.h78 case VGRF:
115 case VGRF:
140 case VGRF:
167 * its own, only the VGRF file is composed of multiple discrete address
168 * spaces, one for each VGRF allocation.
173 return r.file << 16 | (r.file == VGRF ? r.nr : 0);
183 return (r.file == VGRF || r.file == IMM ? 0 : r.nr) *
592 * the specified register file into a VGRF.
604 inst->dst.file != VGRF)
659 if (is_copy_payload(VGRF, ins
[all...]
H A Dbrw_fs_register_coalesce.cpp77 inst->src[0].file != VGRF ||
81 inst->dst.file != VGRF ||
304 if (scan_inst->dst.file == VGRF &&
312 if (scan_inst->src[j].file == VGRF &&
H A Dbrw_vec4_live_variables.cpp80 if (inst->src[i].file == VGRF) {
102 if (inst->dst.file == VGRF) {
281 if (inst->src[i].file == VGRF &&
288 if (inst->dst.file == VGRF &&

Completed in 17 milliseconds

123