Lines Matching defs:SubTp
1528 TTI::TargetCostKind CostKind, int Index, VectorType *SubTp,
1534 Kind = improveShuffleKindFromMask(Kind, Mask, BaseTp, Index, SubTp);
1572 std::pair<InstructionCost, MVT> SubLT = getTypeLegalizationCost(SubTp);
1583 int OrigSubElts = cast<FixedVectorType>(SubTp)->getNumElements();
1603 if (SubTp->getPrimitiveSizeInBits() >= 32 || ST->hasSSSE3())
1606 assert(SubTp->getPrimitiveSizeInBits() == 16 &&
1621 std::pair<InstructionCost, MVT> SubLT = getTypeLegalizationCost(SubTp);
1759 return BaseT::getShuffleCost(Kind, BaseTp, Mask, CostKind, Index, SubTp);
2167 return BaseT::getShuffleCost(Kind, BaseTp, Mask, CostKind, Index, SubTp);
4888 /*Index=*/0, /*SubTp=*/nullptr);