Searched refs:useNeonVector (Results 1 – 2 of 2) sorted by relevance
219 bool useNeonVector(const Type *Ty) const;
2352 if (!useNeonVector(DstTy) || Args.size() != 2 || in isWideningInstruction()3346 if (useNeonVector(Src)) in getMaskedMemoryOpCost()3375 if (useNeonVector(DataTy) || !isLegalMaskedGatherScatter(DataTy)) in getGatherScatterOpCost()3407 bool AArch64TTIImpl::useNeonVector(const Type *Ty) const { in useNeonVector() function in AArch64TTIImpl3462 if (useNeonVector(Ty)) { in getMemoryOpCost()