Home
last modified time | relevance | path

Searched refs:getAtomicMemIntrinsicMaxElementSize (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h209 unsigned getAtomicMemIntrinsicMaxElementSize() const;
H A DX86TargetTransformInfo.cpp3458 unsigned X86TTIImpl::getAtomicMemIntrinsicMaxElementSize() const { return 16; } in getAtomicMemIntrinsicMaxElementSize() function in X86TTIImpl
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1578 unsigned getAtomicMemIntrinsicMaxElementSize() const;
2131 virtual unsigned getAtomicMemIntrinsicMaxElementSize() const = 0;
2832 unsigned getAtomicMemIntrinsicMaxElementSize() const override { in getAtomicMemIntrinsicMaxElementSize() function
2833 return Impl.getAtomicMemIntrinsicMaxElementSize(); in getAtomicMemIntrinsicMaxElementSize()
H A DTargetTransformInfoImpl.h825 unsigned getAtomicMemIntrinsicMaxElementSize() const { in getAtomicMemIntrinsicMaxElementSize() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1190 unsigned TargetTransformInfo::getAtomicMemIntrinsicMaxElementSize() const { in getAtomicMemIntrinsicMaxElementSize() function in TargetTransformInfo
1191 return TTIImpl->getAtomicMemIntrinsicMaxElementSize(); in getAtomicMemIntrinsicMaxElementSize()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1416 if (StoreSize > TTI->getAtomicMemIntrinsicMaxElementSize()) in processLoopStoreOfLoopLoad()