Searched refs:BaseTp (Results 1 – 1 of 1) sorted by relevance
1438 VectorType *BaseTp, in getShuffleCost() argument1445 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(BaseTp); in getShuffleCost()1482 BaseTp->getElementType()->getPrimitiveSizeInBits()) { in getShuffleCost()1485 auto *VecTy = FixedVectorType::get(BaseTp->getElementType(), in getShuffleCost()1487 auto *SubTy = FixedVectorType::get(BaseTp->getElementType(), in getShuffleCost()1525 EVT VT = TLI->getValueType(DL, BaseTp); in getShuffleCost()1571 BaseTp->getElementType()->getPrimitiveSizeInBits() && in getShuffleCost()1573 cast<FixedVectorType>(BaseTp)->getNumElements()) { in getShuffleCost()1575 unsigned VecTySize = DL.getTypeStoreSize(BaseTp); in getShuffleCost()1582 auto *SingleOpTy = FixedVectorType::get(BaseTp->getElementType(), in getShuffleCost()[all …]