Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:OptSize

3903   bool OptSize =
3915 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemcpy(OptSize);
4018 bool OptSize = MF.getFunction()->getAttributes().
4026 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemmove(OptSize);
4113 bool OptSize = MF.getFunction()->getAttributes().
4120 if (!FindOptimalMemOpLowering(MemOps, TLI.getMaxStoresPerMemset(OptSize),