Searched refs:MScalarTy (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp2870 MVT MScalarTy = LT.second.getScalarType(); local
2872 if (auto *Entry = CostTableLookup(SLMCostTbl, ISD, MScalarTy))
2876 if ((MScalarTy == MVT::i16 && ST->hasSSE2()) ||
2877 (MScalarTy.isInteger() && ST->hasSSE41()))
2881 if (MScalarTy == MVT::f32 && ST->hasSSE41() &&
2895 if (VT.getScalarType() != MScalarTy || VT.getSizeInBits() >= 128)
2920 MVT MScalarTy = LT.second.getScalarType(); local
2922 if ((MScalarTy == MVT::i16 && ST->hasSSE2()) ||
2923 (MScalarTy.isInteger() && ST->hasSSE41()) ||
2924 (MScalarTy
[all...]

Completed in 116 milliseconds