Lines Matching refs:tuples
900 /* Given two tuples in source order, count the number of register reads of the
1326 /* Rewrites an adjacent pair of tuples _prec_eding and _succ_eding to use
1670 const unsigned max_tuples = ARRAY_SIZE(clause->tuples);
1703 tuple = &clause->tuples[idx];
1817 /* Before merging, rewrite away any tuples that read only zero */
1819 bi_tuple *tuple = &clause->tuples[i];
1847 bi_tuple *tuple = &clause->tuples[i];
1872 bi_instr *last = clause->tuples[max_tuples - 1].add;
1878 /* We emit in reverse and emitted to the back of the tuples array, so
1880 memmove(clause->tuples,
1881 clause->tuples + (max_tuples - clause->tuple_count),
1882 clause->tuple_count * sizeof(clause->tuples[0]));
1889 bi_rewrite_passthrough(clause->tuples[t - 1], clause->tuples[t]);
1934 bi_foreach_instr_in_tuple(&clause->tuples[i], ins) {
2070 .tuples[0] = { .fma = I, },