Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h219 bool useNeonVector(const Type *Ty) const;
H A DAArch64TargetTransformInfo.cpp2104 if (!useNeonVector(DstTy) || Args.size() != 2 || in isWideningInstruction()
3082 if (useNeonVector(Src)) in getMaskedMemoryOpCost()
3106 if (useNeonVector(DataTy) || !isLegalMaskedGatherScatter(DataTy)) in getGatherScatterOpCost()
3137 bool AArch64TTIImpl::useNeonVector(const Type *Ty) const { in useNeonVector() function in AArch64TTIImpl
3188 if (useNeonVector(Ty)) { in getMemoryOpCost()