Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h83 unsigned getBoolVecToIntConversionCost(unsigned Opcode, Type *Dst,
H A DSystemZTargetTransformInfo.cpp634 getBoolVecToIntConversionCost(unsigned Opcode, Type *Dst, in getBoolVecToIntConversionCost() function in SystemZTTIImpl
682 return getBoolVecToIntConversionCost(Opcode, Dst, I); in getCastInstrCost()
696 return getBoolVecToIntConversionCost(Opcode, Dst, I) + NumDstVectors; in getCastInstrCost()