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

/freebsd-current/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, function in class:SystemZTTIImpl
879 return getBoolVecToIntConversionCost(Opcode, Dst, I);
893 return getBoolVecToIntConversionCost(Opcode, Dst, I) + NumDstVectors;

Completed in 205 milliseconds