Home | History | Annotate | Download | only in i965

Lines Matching refs:GRF

83    if (dst.file == GRF)
94 if (dst.file == GRF)
96 if (src[0].file == GRF)
108 if (dst.file == GRF)
110 if (src[0].file == GRF)
112 if (src[1].file == GRF)
126 if (dst.file == GRF)
128 if (src[0].file == GRF)
130 if (src[1].file == GRF)
132 if (src[2].file == GRF)
463 this->file = GRF;
1049 this->delta_x[BRW_WM_PERSPECTIVE_PIXEL_BARYCENTRIC].file == GRF) {
1088 if (inst->dst.file == GRF &&
1096 if (inst->src[i].file == GRF &&
1240 inst->src[i].file = GRF;
1274 inst->dst.file != GRF || inst->src[0].file != IMM ||
1286 /* Found a move of a constant to a GRF. Find anything else using the GRF
1300 if (scan_inst->src[i].file != GRF ||
1402 if (scan_inst->dst.file == GRF &&
1474 if (inst->dst.file == GRF && this->virtual_grf_use[inst->dst.reg] <= pc) {
1506 inst->src[0].file != GRF ||
1510 inst->dst.file != GRF ||
1525 if (scan_inst->dst.file == GRF &&
1531 if (scan_inst->src[i].file == GRF &&
1586 inst->dst.file != GRF || (inst->src[0].file != GRF &&
1593 /* Found a move of a GRF to a GRF. Let's see if we can coalesce
1602 if (scan_inst->dst.file == GRF) {
1645 if (scan_inst->src[i].file == GRF &&
1686 inst->dst.file != MRF || inst->src[0].file != GRF ||
1705 /* Can't compute-to-MRF this GRF if someone else was going to
1711 /* Found a move of a GRF to a MRF. Let's see if we can go
1712 * rewrite the thing that made this GRF to write into the MRF.
1718 if (scan_inst->dst.file == GRF &&
1751 * GRF, so no compute-to-MRF for them.
1781 * MRF's source GRF
1785 if (scan_inst->src[i].file == GRF &&
1899 if (inst->dst.file == GRF) {
1910 inst->src[0].file == GRF &&