Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:OptSize

3624   bool OptSize =
3636 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemcpy(OptSize);
3740 bool OptSize = MF.getFunction()->getAttributes().
3748 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemmove(OptSize);
3819 bool OptSize = MF.getFunction()->getAttributes().
3826 if (!FindOptimalMemOpLowering(MemOps, TLI.getMaxStoresPerMemset(OptSize),