Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZTargetTransformInfo.h102 unsigned getBoolVecToIntConversionCost(unsigned Opcode, Type *Dst,
HDSystemZTargetTransformInfo.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()