Lines Matching refs:fau
87 * is a size for constant count. Otherwise, fau is the slot read from
95 enum bir_fau fau;
794 enum bir_fau fau = tuple->fau;
810 bool no_other_fau = (fau == src.value) || !fau;
815 tuple->fau = src.value;
820 fau = src.value;
840 bool no_fau = (*constant_count > 0) || !fau;
1767 tuple->fau_idx = tuple_state.fau;
1959 bi_check_fau_src(bi_instr *ins, unsigned s, uint32_t *constants, unsigned *cwords, bi_index *fau)
1972 if (!bi_is_null(*fau))
1990 if (!bi_is_null(*fau) && (src.value != fau->value))
1997 *fau = src;
2011 bi_index fau = bi_null();
2016 fau = ins->src[2];
2027 if (bi_check_fau_src(ins, s, constants, &cwords, &fau)) continue;