Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4844 MVT LegalDstVecTy = getTypeLegalizationCost(DstVecTy).second; in getReplicationShuffleCost() local
4847 !LegalPromDstVecTy.isVector() || !LegalDstVecTy.isVector()) in getReplicationShuffleCost()
4868 LegalSrcVecTy.getScalarType() == LegalDstVecTy.getScalarType() && in getReplicationShuffleCost()
4872 unsigned NumEltsPerDstVec = LegalDstVecTy.getVectorNumElements(); in getReplicationShuffleCost()