Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp535 static unsigned getNumVectorRegs(Type *Ty) { in getNumVectorRegs() function
649 unsigned NumVectors = getNumVectorRegs(Ty); in getArithmeticInstrCost()
735 unsigned NumVectors = getNumVectorRegs(SrcTy); in getShuffleCost()
793 unsigned NumParts = getNumVectorRegs(SrcTy); in getVectorTruncCost()
836 unsigned DstNumParts = getNumVectorRegs(DstTy); in getVectorBitmaskConversionCost()
887 Cost += getNumVectorRegs(Dst); in getBoolVecToIntConversionCost()
981 unsigned NumDstVectors = getNumVectorRegs(Dst); in getCastInstrCost()
982 unsigned NumSrcVectors = getNumVectorRegs(Src); in getCastInstrCost()
1160 unsigned NumVecs_cmp = getNumVectorRegs(ValTy); in getCmpSelInstrCost()
1176 return getNumVectorRegs(ValTy) /*vsel*/ + PackCost; in getCmpSelInstrCost()
[all …]