Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h206 unsigned getAtomicMemIntrinsicMaxElementSize() const;
H A DX86TargetTransformInfo.cpp3362 unsigned X86TTIImpl::getAtomicMemIntrinsicMaxElementSize() const { return 16; } in getAtomicMemIntrinsicMaxElementSize() function in X86TTIImpl
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1528 unsigned getAtomicMemIntrinsicMaxElementSize() const;
2058 virtual unsigned getAtomicMemIntrinsicMaxElementSize() const = 0;
2728 unsigned getAtomicMemIntrinsicMaxElementSize() const override { in getAtomicMemIntrinsicMaxElementSize() function
2729 return Impl.getAtomicMemIntrinsicMaxElementSize(); in getAtomicMemIntrinsicMaxElementSize()
H A DTargetTransformInfoImpl.h789 unsigned getAtomicMemIntrinsicMaxElementSize() const { in getAtomicMemIntrinsicMaxElementSize() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1135 unsigned TargetTransformInfo::getAtomicMemIntrinsicMaxElementSize() const { in getAtomicMemIntrinsicMaxElementSize() function in TargetTransformInfo
1136 return TTIImpl->getAtomicMemIntrinsicMaxElementSize(); in getAtomicMemIntrinsicMaxElementSize()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1411 if (StoreSize > TTI->getAtomicMemIntrinsicMaxElementSize()) in processLoopStoreOfLoopLoad()