Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h185 unsigned getAtomicMemIntrinsicMaxElementSize() const;
H A DX86TargetTransformInfo.cpp2851 unsigned X86TTIImpl::getAtomicMemIntrinsicMaxElementSize() const { return 16; } in getAtomicMemIntrinsicMaxElementSize() function in X86TTIImpl
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1315 unsigned getAtomicMemIntrinsicMaxElementSize() const;
1792 virtual unsigned getAtomicMemIntrinsicMaxElementSize() const = 0;
2371 unsigned getAtomicMemIntrinsicMaxElementSize() const override { in getAtomicMemIntrinsicMaxElementSize() function
2372 return Impl.getAtomicMemIntrinsicMaxElementSize(); in getAtomicMemIntrinsicMaxElementSize()
H A DTargetTransformInfoImpl.h698 unsigned getAtomicMemIntrinsicMaxElementSize() const { in getAtomicMemIntrinsicMaxElementSize() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp992 unsigned TargetTransformInfo::getAtomicMemIntrinsicMaxElementSize() const { in getAtomicMemIntrinsicMaxElementSize() function in TargetTransformInfo
993 return TTIImpl->getAtomicMemIntrinsicMaxElementSize(); in getAtomicMemIntrinsicMaxElementSize()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1493 if (StoreSize > TTI->getAtomicMemIntrinsicMaxElementSize()) in processLoopStoreOfLoopLoad()