Lines Matching defs:SubTp
1527 TTI::TargetCostKind CostKind, int Index, VectorType *SubTp,
1533 Kind = improveShuffleKindFromMask(Kind, Mask, BaseTp, Index, SubTp);
1600 std::pair<InstructionCost, MVT> SubLT = getTypeLegalizationCost(SubTp);
1611 int OrigSubElts = cast<FixedVectorType>(SubTp)->getNumElements();
1630 if (SubTp->getPrimitiveSizeInBits() >= 32 || ST->hasSSSE3())
1633 assert(SubTp->getPrimitiveSizeInBits() == 16 &&
1650 std::pair<InstructionCost, MVT> SubLT = getTypeLegalizationCost(SubTp);
1655 (SubTp->getElementCount().getKnownMinValue() % NumSubElts) == 0;
1799 return BaseT::getShuffleCost(Kind, BaseTp, Mask, CostKind, Index, SubTp);
2266 return BaseT::getShuffleCost(Kind, BaseTp, Mask, CostKind, Index, SubTp);
5182 /*Index=*/0, /*SubTp=*/nullptr);