Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp641 Type *CmpOpTy = ((I != nullptr) ? getCmpOpsType(I, VF) : nullptr); in getCastInstrCost() local
642 if (CmpOpTy != nullptr) in getCastInstrCost()
643 Cost = getVectorBitmaskConversionCost(CmpOpTy, Dst); in getCastInstrCost()
717 Type *CmpOpTy = ((I != nullptr) ? getCmpOpsType(I) : nullptr); in getCastInstrCost() local
718 if (CmpOpTy != nullptr && CmpOpTy->isFloatingPointTy()) in getCastInstrCost()
773 Type *CmpOpTy = ((I != nullptr) ? getCmpOpsType(I, VF) : nullptr); in getCmpSelInstrCost() local
774 if (CmpOpTy != nullptr) in getCmpSelInstrCost()
776 getVectorBitmaskConversionCost(CmpOpTy, ValTy); in getCmpSelInstrCost()