Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h98 unsigned getBoolVecToIntConversionCost(unsigned Opcode, Type *Dst,
H A DSystemZTargetTransformInfo.cpp704 getBoolVecToIntConversionCost(unsigned Opcode, Type *Dst, in getBoolVecToIntConversionCost() function in SystemZTTIImpl
795 return getBoolVecToIntConversionCost(Opcode, Dst, I); in getCastInstrCost()
809 return getBoolVecToIntConversionCost(Opcode, Dst, I) + NumDstVectors; in getCastInstrCost()