Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h189 bool useNeonVector(const Type *Ty) const;
H A DAArch64TargetTransformInfo.cpp1206 bool AArch64TTIImpl::useNeonVector(const Type *Ty) const { in useNeonVector() function in AArch64TTIImpl
1241 if (useNeonVector(Ty) && in getMemoryOpCost()