Lines Matching refs:file
27 /** @file brw_fs_cse.cpp
129 bool xs1_negate = xs[1].file == IMM ? xs[1].f < 0.0f
132 bool ys1_negate = ys[1].file == IMM ? ys[1].f < 0.0f
148 xs[1].negate = xs[1].file == IMM ? false : xs1_negate;
150 ys[1].negate = ys[1].file == IMM ? false : ys1_negate;
213 assert(src.file == VGRF);
228 assert(src.file == VGRF);
257 ((inst->dst.file != ARF && inst->dst.file != FIXED_GRF) ||
276 inst->src[0].file == IMM &&
288 bool no_existing_temp = entry->tmp.file == BAD_FILE;
364 if (src_reg->file == VGRF && live.vgrf_end[src_reg->nr] < ip) {