Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.h79 unsigned getVectorTruncCost(Type *SrcTy, Type *DstTy);
DSystemZTargetTransformInfo.cpp517 getVectorTruncCost(Type *SrcTy, Type *DstTy) { in getVectorTruncCost() function in SystemZTTIImpl
567 PackCost = getVectorTruncCost(SrcTy, DstTy); in getVectorBitmaskConversionCost()
620 return getVectorTruncCost(Src, Dst); in getCastInstrCost()