Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3154 MVT MScalarTy = LT.second.getScalarType(); in getVectorInstrCost() local
3156 if (auto *Entry = CostTableLookup(SLMCostTbl, ISD, MScalarTy)) in getVectorInstrCost()
3160 if ((MScalarTy == MVT::i16 && ST->hasSSE2()) || in getVectorInstrCost()
3161 (MScalarTy.isInteger() && ST->hasSSE41())) in getVectorInstrCost()
3165 if (MScalarTy == MVT::f32 && ST->hasSSE41() && in getVectorInstrCost()
3179 if (VT.getScalarType() != MScalarTy || VT.getSizeInBits() >= 128) in getVectorInstrCost()
3206 MVT MScalarTy = LT.second.getScalarType(); in getScalarizationOverhead() local
3208 if ((MScalarTy == MVT::i16 && ST->hasSSE2()) || in getScalarizationOverhead()
3209 (MScalarTy.isInteger() && ST->hasSSE41()) || in getScalarizationOverhead()
3210 (MScalarTy == MVT::f32 && ST->hasSSE41())) { in getScalarizationOverhead()
[all …]