Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h300 bool supportsGather() const;
H A DX86TargetTransformInfo.cpp6034 bool X86TTIImpl::supportsGather() const { in supportsGather() function in X86TTIImpl
6069 if (!supportsGather() || !ST->preferGather()) in isLegalMaskedGather()
6238 return supportsGather(); in prefersVectorizedAddressing()