Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h98 unsigned getVectorTruncCost(Type *SrcTy, Type *DstTy);
H A DSystemZTargetTransformInfo.cpp649 getVectorTruncCost(Type *SrcTy, Type *DstTy) { in getVectorTruncCost() function in SystemZTTIImpl
701 PackCost = getVectorTruncCost(SrcTy, DstTy); in getVectorBitmaskConversionCost()
816 return getVectorTruncCost(Src, Dst); in getCastInstrCost()