Lines Matching defs:ValTy

1787     unsigned Opcode, bool IsUnsigned, Type *ResTy, VectorType *ValTy,
1789 if (isa<FixedVectorType>(ValTy) && !ST->useRVVForFixedLengthVectors())
1790 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy,
1795 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy,
1799 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy,
1802 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(ValTy);
1813 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy,
1817 getArithmeticReductionCost(Opcode, ValTy, FMF, CostKind);
1887 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred,
1891 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
1894 if (isa<FixedVectorType>(ValTy) && !ST->useRVVForFixedLengthVectors())
1895 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
1898 // Skip if scalar size of ValTy is bigger than ELEN.
1899 if (ValTy->isVectorTy() && ValTy->getScalarSizeInBits() > ST->getELen())
1900 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
1910 return getConstantPoolLoadCost(ValTy, CostKind);
1919 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(ValTy);
1920 if (Opcode == Instruction::Select && ValTy->isVectorTy()) {
1922 if (ValTy->getScalarSizeInBits() == 1) {
1938 if (ValTy->getScalarSizeInBits() == 1) {
1963 if ((Opcode == Instruction::ICmp) && ValTy->isVectorTy() &&
1972 if ((Opcode == Instruction::FCmp) && ValTy->isVectorTy() &&
1984 if ((ValTy->getScalarSizeInBits() == 16 && !ST->hasVInstructionsF16()) ||
1985 (ValTy->getScalarSizeInBits() == 32 && !ST->hasVInstructionsF32()) ||
1986 (ValTy->getScalarSizeInBits() == 64 && !ST->hasVInstructionsF64()))
1987 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
2030 ValTy->isIntegerTy() && !I->user_empty()) {
2042 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,