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.cpp418 static unsigned getNumVectorRegs(Type *Ty) { in getNumVectorRegs() function
533 unsigned NumVectors = getNumVectorRegs(Ty); in getArithmeticInstrCost()
612 unsigned NumVectors = getNumVectorRegs(Tp); in getShuffleCost()
670 unsigned NumParts = getNumVectorRegs(SrcTy); in getVectorTruncCost()
713 unsigned DstNumParts = getNumVectorRegs(DstTy); in getVectorBitmaskConversionCost()
764 Cost += getNumVectorRegs(Dst); in getBoolVecToIntConversionCost()
854 unsigned NumDstVectors = getNumVectorRegs(Dst); in getCastInstrCost()
855 unsigned NumSrcVectors = getNumVectorRegs(Src); in getCastInstrCost()
1024 unsigned NumVecs_cmp = getNumVectorRegs(ValTy); in getCmpSelInstrCost()
1040 return getNumVectorRegs(ValTy) /*vsel*/ + PackCost; in getCmpSelInstrCost()
[all …]