Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h102 unsigned getBoolVecToIntConversionCost(unsigned Opcode, Type *Dst,
H A DSystemZTargetTransformInfo.cpp752 getBoolVecToIntConversionCost(unsigned Opcode, Type *Dst, in getBoolVecToIntConversionCost() function in SystemZTTIImpl
881 return getBoolVecToIntConversionCost(Opcode, Dst, I); in getCastInstrCost()
895 return getBoolVecToIntConversionCost(Opcode, Dst, I) + NumDstVectors; in getCastInstrCost()