Searched refs:lowest_size (Results 1 – 2 of 2) sorted by relevance
2692 HOST_WIDE_INT lowest_size = constant_lower_bound (GET_MODE_SIZE (mode)); in aarch64_hard_regno_nregs() local2703 return CEIL (lowest_size, UNITS_PER_VREG); in aarch64_hard_regno_nregs()2712 return CEIL (lowest_size, UNITS_PER_WORD); in aarch64_hard_regno_nregs()11309 HOST_WIDE_INT lowest_size = constant_lower_bound (GET_MODE_SIZE (mode)); in aarch64_class_max_nregs() local11328 ? CEIL (lowest_size, UNITS_PER_VREG) in aarch64_class_max_nregs()11329 : CEIL (lowest_size, UNITS_PER_WORD)); in aarch64_class_max_nregs()
3947 HOST_WIDE_INT lowest_size = constant_lower_bound (GET_MODE_SIZE (mode)); in aarch64_hard_regno_nregs() local3960 return CEIL (lowest_size, UNITS_PER_VREG); in aarch64_hard_regno_nregs()3969 return CEIL (lowest_size, UNITS_PER_WORD); in aarch64_hard_regno_nregs()12750 HOST_WIDE_INT lowest_size = constant_lower_bound (GET_MODE_SIZE (mode)); in aarch64_class_max_nregs() local12769 ? CEIL (lowest_size, UNITS_PER_VREG) in aarch64_class_max_nregs()12770 : CEIL (lowest_size, UNITS_PER_WORD)); in aarch64_class_max_nregs()