Lines Matching defs:count

34         unsigned count;
87 * is a size for constant count. Otherwise, fau is the slot read from
224 for (unsigned i = 0; i < st.count; ++i) {
226 calloc(BITSET_WORDS(st.count), sizeof(BITSET_WORD));
234 for (signed i = st.count - 1; i >= 0; --i) {
239 unsigned count = bi_count_read_registers(ins, s);
241 for (unsigned c = 0; c < count; ++c)
258 for (unsigned j = 0; j < st.count; ++j) {
270 unsigned count = bi_count_write_registers(ins, d);
272 for (unsigned c = 0; c < count; ++c) {
293 unsigned count = bi_count_read_registers(ins, s);
295 for (unsigned c = 0; c < count; ++c)
303 bi_instr *last = st.instructions[st.count - 1];
305 for (signed i = st.count - 2; i >= 0; --i)
306 bi_push_dependency(st.count - 1, i, st.dependents, st.dep_counts);
445 st.instructions = bi_flatten_block(block, &st.count);
447 if (!st.count)
450 st.dependents = calloc(st.count, sizeof(st.dependents[0]));
451 st.dep_counts = calloc(st.count, sizeof(st.dep_counts[0]));
454 st.worklist = calloc(BITSET_WORDS(st.count), sizeof(BITSET_WORD));
456 for (unsigned i = 0; i < st.count; ++i) {
485 BITSET_FOREACH_SET(i, st.dependents[idx], st.count) {
855 /* Constants per clause may be limited by tuple count */
900 /* Given two tuples in source order, count the number of register reads of the
947 unsigned count = bi_count_read_registers(add, s);
950 for (unsigned d = 0; d < count; ++d)
988 unsigned count = 0;
999 count++;
1002 return count;
1119 /* Register file reads are limited, so count unique */
1184 BITSET_FOREACH_SET(i, st.worklist, st.count) {
1277 if (idx >= st.count)
1451 * tuple count 5/8 in EC0.
1785 int some_instruction = __bitset_ffs(st.worklist, BITSET_WORDS(st.count));
1904 if (!st.count) {
1946 BITSET_FOREACH_SET(i, st.worklist, st.count) {