Lines Matching refs:ValTy
962 InstructionCost SystemZTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost() argument
968 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind); in getCmpSelInstrCost()
970 if (!ValTy->isVectorTy()) { in getCmpSelInstrCost()
975 unsigned ScalarBits = ValTy->getScalarSizeInBits(); in getCmpSelInstrCost()
984 if (ValTy->isIntegerTy() && ValTy->getScalarSizeInBits() <= 16) in getCmpSelInstrCost()
989 if (ValTy->isFloatingPointTy() || isInt128InVR(ValTy)) in getCmpSelInstrCost()
995 unsigned VF = cast<FixedVectorType>(ValTy)->getNumElements(); in getCmpSelInstrCost()
1023 unsigned CmpCostPerVector = (ValTy->getScalarType()->isFloatTy() ? 10 : 1); in getCmpSelInstrCost()
1024 unsigned NumVecs_cmp = getNumVectorRegs(ValTy); in getCmpSelInstrCost()
1038 getVectorBitmaskConversionCost(CmpOpTy, ValTy); in getCmpSelInstrCost()
1040 return getNumVectorRegs(ValTy) /*vsel*/ + PackCost; in getCmpSelInstrCost()
1044 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind); in getCmpSelInstrCost()