Home
last modified time | relevance | path

Searched refs:emitGetActiveLaneMask (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h284 bool emitGetActiveLaneMask() const;
H A DARMTargetTransformInfo.cpp2127 bool ARMTTIImpl::emitGetActiveLaneMask() const { in emitGetActiveLaneMask() function in ARMTTIImpl
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h526 bool emitGetActiveLaneMask() const;
1472 virtual bool emitGetActiveLaneMask() = 0;
1809 bool emitGetActiveLaneMask() override { in emitGetActiveLaneMask() function
1810 return Impl.emitGetActiveLaneMask(); in emitGetActiveLaneMask()
H A DTargetTransformInfoImpl.h165 bool emitGetActiveLaneMask() const { in emitGetActiveLaneMask() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp288 bool TargetTransformInfo::emitGetActiveLaneMask() const { in emitGetActiveLaneMask() function in TargetTransformInfo
289 return TTIImpl->emitGetActiveLaneMask(); in emitGetActiveLaneMask()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h570 bool emitGetActiveLaneMask() { in emitGetActiveLaneMask() function
571 return BaseT::emitGetActiveLaneMask(); in emitGetActiveLaneMask()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8668 if (TailFolded && CM.TTI.emitGetActiveLaneMask()) { in createBlockInMask()