Searched refs:mem_count (Results 1 – 3 of 3) sorted by relevance
63 size_t mem_count; member1720 for (idx = 0; idx < mdata->mem_count; ++idx) in bfin_model_cpu_init()
15418 unsigned mem_count = 0; in s390_loop_unroll_adjust() local15453 mem_count += 1; in s390_loop_unroll_adjust()15458 if (mem_count == 0) in s390_loop_unroll_adjust()15464 return MIN (nunroll, 28 / mem_count); in s390_loop_unroll_adjust()15466 return MIN (nunroll, 22 / mem_count); in s390_loop_unroll_adjust()15468 return MIN (nunroll, 16 / mem_count); in s390_loop_unroll_adjust()
23628 unsigned mem_count = 0; in ix86_loop_unroll_adjust() local23648 mem_count += 2; in ix86_loop_unroll_adjust()23650 mem_count += 1; in ix86_loop_unroll_adjust()23654 if (mem_count && mem_count <=32) in ix86_loop_unroll_adjust()23655 return MIN (nunroll, 32 / mem_count); in ix86_loop_unroll_adjust()