Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h106 unsigned getVectorTruncCost(Type *SrcTy, Type *DstTy) const;
H A DSystemZTargetTransformInfo.cpp782 unsigned SystemZTTIImpl::getVectorTruncCost(Type *SrcTy, Type *DstTy) const { in getVectorTruncCost() function in SystemZTTIImpl
834 PackCost = getVectorTruncCost(SrcTy, DstTy); in getVectorBitmaskConversionCost()
987 return getVectorTruncCost(Src, Dst); in getCastInstrCost()