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

References

lib/Target/X86/X86TargetTransformInfo.cpp
 2339     ISD = ISD::FSHL;
 2341       ISD = ISD::ROTL;
 2345     ISD = ISD::FSHL;
 2347       ISD = ISD::ROTR;
 2351   if (ISD != ISD::DELETED_NODE) {
 2358       if (const auto *Entry = CostTableLookup(AVX512CostTbl, ISD, MTy))
 2362       if (const auto *Entry = CostTableLookup(XOPCostTbl, ISD, MTy))
 2366       if (const auto *Entry = CostTableLookup(X64CostTbl, ISD, MTy))
 2369     if (const auto *Entry = CostTableLookup(X86CostTbl, ISD, MTy))