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.h100 unsigned getVectorTruncCost(Type *SrcTy, Type *DstTy);
H A DSystemZTargetTransformInfo.cpp659 getVectorTruncCost(Type *SrcTy, Type *DstTy) { in getVectorTruncCost() function in SystemZTTIImpl
711 PackCost = getVectorTruncCost(SrcTy, DstTy); in getVectorBitmaskConversionCost()
860 return getVectorTruncCost(Src, Dst); in getCastInstrCost()