Lines Matching full:alwaysinline
4271 bool AlwaysInline,
4280 // TODO: In the AlwaysInline case, if the size is big then generate a loop
4297 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemcpy(OptSize);
4386 bool AlwaysInline,
4407 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemmove(OptSize);
4572 unsigned Align, bool isVol, bool AlwaysInline,
4596 *this, dl, Chain, Dst, Src, Size, Align, isVol, AlwaysInline,
4604 if (AlwaysInline) {
4605 assert(ConstantSize && "AlwaysInline requires a constant size!");