Lines Matching full:preferred
127 assert(ABIAlign <= PrefAlign && "Preferred alignment worse than ABI!");
148 assert(ABIAlign <= PrefAlign && "Preferred alignment worse than ABI!");
358 // Preferred alignment.
367 "Pointer preferred alignment must be a power of 2");
429 // Preferred alignment.
440 "Invalid preferred alignment, must be a 16bit integer");
442 return reportError("Invalid preferred alignment, must be a power of 2");
597 "Preferred alignment cannot be less than the ABI alignment");
620 // Update the abi, preferred alignments.
651 "Preferred alignment cannot be less than the ABI alignment");
783 returns the ABI alignment, false returns the preferred alignment.
786 Get the ABI (\a abi_or_pref == true) or preferred alignment (\a abi_or_pref
1013 /// getPreferredAlign - Return the preferred alignment of the specified global.