Searched refs:useNeonVector (Results 1 – 2 of 2) sorted by relevance
206 bool useNeonVector(const Type *Ty) const;
1721 if (!useNeonVector(DstTy) || DstTy->getScalarSizeInBits() < 16) in isWideningInstruction()2511 if (useNeonVector(Src)) in getMaskedMemoryOpCost()2535 if (useNeonVector(DataTy)) in getGatherScatterOpCost()2562 bool AArch64TTIImpl::useNeonVector(const Type *Ty) const { in useNeonVector() function in AArch64TTIImpl2614 if (useNeonVector(Ty) && in getMemoryOpCost()