reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86TargetTransformInfo.cpp
 2691     ISD = IsUnsigned ? ISD::UMIN : ISD::SMIN;
 2695     ISD = ISD::FMINNUM;
 2853       if (const auto *Entry = CostTableLookup(AVX512CostTblPairWise, ISD, MTy))
 2857       if (const auto *Entry = CostTableLookup(AVX2CostTblPairWise, ISD, MTy))
 2861       if (const auto *Entry = CostTableLookup(AVX1CostTblPairWise, ISD, MTy))
 2865       if (const auto *Entry = CostTableLookup(SSE42CostTblPairWise, ISD, MTy))
 2869       if (const auto *Entry = CostTableLookup(SSE41CostTblPairWise, ISD, MTy))
 2873       if (const auto *Entry = CostTableLookup(SSE2CostTblPairWise, ISD, MTy))
 2877       if (const auto *Entry = CostTableLookup(SSE1CostTblPairWise, ISD, MTy))
 2882               CostTableLookup(AVX512CostTblNoPairWise, ISD, MTy))
 2886       if (const auto *Entry = CostTableLookup(AVX2CostTblNoPairWise, ISD, MTy))
 2890       if (const auto *Entry = CostTableLookup(AVX1CostTblNoPairWise, ISD, MTy))
 2894       if (const auto *Entry = CostTableLookup(SSE42CostTblNoPairWise, ISD, MTy))
 2898       if (const auto *Entry = CostTableLookup(SSE41CostTblNoPairWise, ISD, MTy))
 2902       if (const auto *Entry = CostTableLookup(SSE2CostTblNoPairWise, ISD, MTy))
 2906       if (const auto *Entry = CostTableLookup(SSE1CostTblNoPairWise, ISD, MTy))