Lines Matching defs:VTy
832 auto *VTy = cast<VectorType>(VecTy);
833 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(VTy);
837 VectorType::get(VTy->getElementType(),
838 VTy->getElementCount().divideCoefficientBy(Factor));
839 if (VTy->getElementCount().isKnownMultipleOf(Factor) &&
847 getMemoryOpCost(Opcode, VTy, Alignment, AddressSpace, CostKind);
856 getMemoryOpCost(Opcode, VTy->getElementType(), Alignment, 0,
858 unsigned NumLoads = getEstimatedVLFor(VTy);
935 auto &VTy = *cast<VectorType>(DataTy);
937 getMemoryOpCost(Opcode, VTy.getElementType(), Alignment, 0, CostKind,
939 unsigned NumLoads = getEstimatedVLFor(&VTy);
958 auto &VTy = *cast<VectorType>(DataTy);
960 getMemoryOpCost(Opcode, VTy.getElementType(), Alignment, 0, CostKind,
962 unsigned NumLoads = getEstimatedVLFor(&VTy);
2522 auto *VTy = dyn_cast<VectorType>(DataTy);
2523 if (!VTy || VTy->isScalableTy())
2531 if (VTy->getElementType()->isIntegerTy(8))
2532 if (VTy->getElementCount().getFixedValue() > 256)
2533 return VTy->getPrimitiveSizeInBits() / ST->getRealMinVLen() <
2539 auto *VTy = dyn_cast<VectorType>(DataTy);
2540 if (!VTy || VTy->isScalableTy())