Home | History | Annotate | Download | only in i965

Lines Matching refs:GRF

306 	    if (inst->src[i].file == GRF) {
322 if (inst->dst.file == GRF) {
381 if (inst->dst.file == GRF && this->virtual_grf_use[inst->dst.reg] <= pc) {
694 * the GRF write directly to the MRF instead.
712 inst->dst.file != MRF || inst->src[0].file != GRF ||
719 /* Can't compute-to-MRF this GRF if someone else was going to
727 * the GRF we're eliminating. To do that, keep track of which
754 * rewrite everything writing to the GRF into the MRF instead.
760 if (scan_inst->dst.file == GRF &&
773 * GRF, so no compute-to-MRF for them.
807 * MRF's source GRF that we wanted to rewrite, that stops us.
811 if (scan_inst->src[i].file == GRF &&
847 if (scan_inst->dst.file == GRF &&