Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h253 bool useNeonVector(const Type *Ty) const;
H A DAArch64TargetTransformInfo.cpp2919 if (!useNeonVector(DstTy) || Args.size() != 2 || in isWideningInstruction()
4417 if (useNeonVector(Src)) in getMaskedMemoryOpCost()
4464 if (useNeonVector(DataTy) || !isLegalMaskedGatherScatter(DataTy)) in getGatherScatterOpCost()
4494 bool AArch64TTIImpl::useNeonVector(const Type *Ty) const { in useNeonVector() function in AArch64TTIImpl
4549 if (useNeonVector(Ty)) { in getMemoryOpCost()