Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h101 unsigned getBoolVecToIntConversionCost(unsigned Opcode, Type *Dst,
H A DSystemZTargetTransformInfo.cpp750 getBoolVecToIntConversionCost(unsigned Opcode, Type *Dst, in getBoolVecToIntConversionCost() function in SystemZTTIImpl
879 return getBoolVecToIntConversionCost(Opcode, Dst, I); in getCastInstrCost()
893 return getBoolVecToIntConversionCost(Opcode, Dst, I) + NumDstVectors; in getCastInstrCost()