Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h206 bool useNeonVector(const Type *Ty) const;
H A DAArch64TargetTransformInfo.cpp1721 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 AArch64TTIImpl
2614 if (useNeonVector(Ty) && in getMemoryOpCost()