Lines Matching refs:ValTy

1333     unsigned Opcode, bool IsUnsigned, Type *ResTy, VectorType *ValTy,  in getExtendedReductionCost()  argument
1335 if (isa<FixedVectorType>(ValTy) && !ST->useRVVForFixedLengthVectors()) in getExtendedReductionCost()
1336 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, in getExtendedReductionCost()
1341 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, in getExtendedReductionCost()
1345 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, in getExtendedReductionCost()
1348 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(ValTy); in getExtendedReductionCost()
1351 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, in getExtendedReductionCost()
1355 getArithmeticReductionCost(Opcode, ValTy, FMF, CostKind); in getExtendedReductionCost()
1406 InstructionCost RISCVTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost() argument
1412 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, in getCmpSelInstrCost()
1415 if (isa<FixedVectorType>(ValTy) && !ST->useRVVForFixedLengthVectors()) in getCmpSelInstrCost()
1416 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, in getCmpSelInstrCost()
1420 if (ValTy->isVectorTy() && ValTy->getScalarSizeInBits() > ST->getELen()) in getCmpSelInstrCost()
1421 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, in getCmpSelInstrCost()
1424 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(ValTy); in getCmpSelInstrCost()
1425 if (Opcode == Instruction::Select && ValTy->isVectorTy()) { in getCmpSelInstrCost()
1427 if (ValTy->getScalarSizeInBits() == 1) { in getCmpSelInstrCost()
1441 if (ValTy->getScalarSizeInBits() == 1) { in getCmpSelInstrCost()
1464 if ((Opcode == Instruction::ICmp) && ValTy->isVectorTy() && in getCmpSelInstrCost()
1472 if ((Opcode == Instruction::FCmp) && ValTy->isVectorTy() && in getCmpSelInstrCost()
1483 if ((ValTy->getScalarSizeInBits() == 16 && !ST->hasVInstructionsF16()) || in getCmpSelInstrCost()
1484 (ValTy->getScalarSizeInBits() == 32 && !ST->hasVInstructionsF32()) || in getCmpSelInstrCost()
1485 (ValTy->getScalarSizeInBits() == 64 && !ST->hasVInstructionsF64())) in getCmpSelInstrCost()
1486 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, in getCmpSelInstrCost()
1526 ValTy->isIntegerTy() && !I->user_empty()) { in getCmpSelInstrCost()
1538 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()