HomeSort by: relevance | last modified time | path
    Searched refs:other_factor (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.cc 1894 unsigned HOST_WIDE_INT other_factor, this_factor, other_cost, this_cost;
1915 other_factor = niters / other_likely_vf;
1918 other_factor++;
1934 other_factor = CEIL (main_vf_max, other_vf_max);
1942 other_factor -= 1;
1950 other_cost = other->body_cost () * other_factor;
1892 unsigned HOST_WIDE_INT other_factor, this_factor, other_cost, this_cost; local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vectorizer.cc 1861 unsigned HOST_WIDE_INT other_factor, this_factor, other_cost, this_cost;
1882 other_factor = niters / other_likely_vf;
1885 other_factor++;
1901 other_factor = CEIL (main_vf_max, other_vf_max);
1909 other_factor -= 1;
1917 other_cost = other->body_cost () * other_factor;
1859 unsigned HOST_WIDE_INT other_factor, this_factor, other_cost, this_cost; local
  /src/external/mit/isl/dist/
isl_map.c 8457 * "other_factor" is used to extract the space of the other factor
8460 * in the space returned by "other_factor" to produce a map
8465 __isl_give isl_space *(*other_factor)(__isl_take isl_space *space); member in struct:isl_intersect_factor_control
8499 other = isl_map_universe(control->other_factor(space));
8536 .other_factor = isl_space_domain_factor_range,
8551 .other_factor = isl_space_domain_factor_domain,
8566 .other_factor = isl_space_range_factor_range,
8581 .other_factor = isl_space_range_factor_domain,
8599 .other_factor = isl_space_factor_range,
8618 .other_factor = isl_space_factor_domain
    [all...]

Completed in 23 milliseconds