Searched refs:BaseTp (Results 1 – 1 of 1) sorted by relevance
1472 VectorType *BaseTp, in getShuffleCost() argument1479 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(BaseTp); in getShuffleCost()1481 Kind = improveShuffleKindFromMask(Kind, Mask, BaseTp, Index, SubTp); in getShuffleCost()1520 BaseTp->getElementType()->getPrimitiveSizeInBits()) { in getShuffleCost()1523 auto *VecTy = FixedVectorType::get(BaseTp->getElementType(), in getShuffleCost()1525 auto *SubTy = FixedVectorType::get(BaseTp->getElementType(), in getShuffleCost()1563 EVT VT = TLI->getValueType(DL, BaseTp); in getShuffleCost()1609 BaseTp->getElementType()->getPrimitiveSizeInBits() && in getShuffleCost()1611 cast<FixedVectorType>(BaseTp)->getNumElements()) { in getShuffleCost()1612 unsigned VecTySize = DL.getTypeStoreSize(BaseTp); in getShuffleCost()[all …]