Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h96 unsigned getVectorTruncCost(Type *SrcTy, Type *DstTy);
H A DSystemZTargetTransformInfo.cpp611 getVectorTruncCost(Type *SrcTy, Type *DstTy) { in getVectorTruncCost() function in SystemZTTIImpl
663 PackCost = getVectorTruncCost(SrcTy, DstTy); in getVectorBitmaskConversionCost()
778 return getVectorTruncCost(Src, Dst); in getCastInstrCost()