Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h81 unsigned getVectorTruncCost(Type *SrcTy, Type *DstTy);
H A DSystemZTargetTransformInfo.cpp543 getVectorTruncCost(Type *SrcTy, Type *DstTy) { in getVectorTruncCost() function in SystemZTTIImpl
593 PackCost = getVectorTruncCost(SrcTy, DstTy); in getVectorBitmaskConversionCost()
665 return getVectorTruncCost(Src, Dst); in getCastInstrCost()