Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp759 Type *CmpOpTy = ((I != nullptr) ? getCmpOpsType(I, VF) : nullptr); in getBoolVecToIntConversionCost() local
760 if (CmpOpTy != nullptr) in getBoolVecToIntConversionCost()
761 Cost = getVectorBitmaskConversionCost(CmpOpTy, Dst); in getBoolVecToIntConversionCost()
813 Type *CmpOpTy = ((I != nullptr) ? getCmpOpsType(I) : nullptr); in getCastInstrCost() local
814 if (CmpOpTy != nullptr && CmpOpTy->isFloatingPointTy()) in getCastInstrCost()
1035 Type *CmpOpTy = ((I != nullptr) ? getCmpOpsType(I, VF) : nullptr); in getCmpSelInstrCost() local
1036 if (CmpOpTy != nullptr) in getCmpSelInstrCost()
1038 getVectorBitmaskConversionCost(CmpOpTy, ValTy); in getCmpSelInstrCost()