Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4551 MVT MScalarTy = LT.second.getScalarType(); in getVectorInstrCost() local
4555 return (MScalarTy == MVT::i16 && ST->hasSSE2()) || in getVectorInstrCost()
4556 (MScalarTy.isInteger() && ST->hasSSE41()) || in getVectorInstrCost()
4557 (MScalarTy == MVT::f32 && ST->hasSSE41() && in getVectorInstrCost()
4592 if (auto *Entry = CostTableLookup(SLMCostTbl, ISD, MScalarTy)) in getVectorInstrCost()
4609 if (VT.getScalarType() != MScalarTy || VT.getSizeInBits() >= 128) in getVectorInstrCost()
4631 MVT MScalarTy = LT.second.getScalarType(); in getScalarizationOverhead() local
4646 if ((MScalarTy == MVT::i16 && ST->hasSSE2()) || in getScalarizationOverhead()
4647 (MScalarTy.isInteger() && ST->hasSSE41()) || in getScalarizationOverhead()
4648 (MScalarTy == MVT::f32 && ST->hasSSE41())) { in getScalarizationOverhead()