Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp810 unsigned NumDstVectors = getNumVectorRegs(Dst); in getCastInstrCost() local
823 return NumDstVectors; in getCastInstrCost()
831 (NumUnpacks > 1 ? (NumDstVectors - NumSrcVectors) in getCastInstrCost()
832 : (NumDstVectors / 2)); in getCastInstrCost()
834 return (NumUnpacks * NumDstVectors) + NumSrcVectorOps; in getCastInstrCost()
848 return NumDstVectors; in getCastInstrCost()
851 return getBoolVecToIntConversionCost(Opcode, Dst, I) + NumDstVectors; in getCastInstrCost()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4022 unsigned NumDstVectors = in getReplicationShuffleCost() local
4032 DemandedDstElts.zext(NumDstVectors * NumEltsPerDstVec), NumDstVectors); in getReplicationShuffleCost()