Home
last modified time | relevance | path

Searched refs:useNeonVector (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h208 bool useNeonVector(const Type *Ty) const;
H A DAArch64TargetTransformInfo.cpp2207 if (useNeonVector(Src)) in getMaskedMemoryOpCost()
2231 if (useNeonVector(DataTy)) in getGatherScatterOpCost()
2257 bool AArch64TTIImpl::useNeonVector(const Type *Ty) const { in useNeonVector() function in AArch64TTIImpl
2304 if (useNeonVector(Ty) && in getMemoryOpCost()