Lines Matching refs:file
30 /** @file brw_vec4_cse.cpp
108 xs[0].file == IMM &&
177 ((inst->dst.file != ARF && inst->dst.file != FIXED_GRF) ||
195 inst->src[0].file == IMM &&
199 entry->tmp = src_reg(); /* file will be BAD_FILE */
207 bool no_existing_temp = entry->tmp.file == BAD_FILE;
280 if (inst->dst.file == entry->generator->src[i].file &&
290 if (src->file == VGRF) {