Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h99 unsigned getVectorTruncCost(Type *SrcTy, Type *DstTy);
H A DSystemZTargetTransformInfo.cpp657 getVectorTruncCost(Type *SrcTy, Type *DstTy) { in getVectorTruncCost() function in SystemZTTIImpl
709 PackCost = getVectorTruncCost(SrcTy, DstTy); in getVectorBitmaskConversionCost()
858 return getVectorTruncCost(Src, Dst); in getCastInstrCost()