Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.h145 unsigned getAtomicMemIntrinsicMaxElementSize() const;
DX86TargetTransformInfo.cpp1884 unsigned X86TTIImpl::getAtomicMemIntrinsicMaxElementSize() const { return 16; } in getAtomicMemIntrinsicMaxElementSize() function in X86TTIImpl
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h1046 unsigned getAtomicMemIntrinsicMaxElementSize() const;
1363 virtual unsigned getAtomicMemIntrinsicMaxElementSize() const = 0;
1803 unsigned getAtomicMemIntrinsicMaxElementSize() const override { in getAtomicMemIntrinsicMaxElementSize() function
1804 return Impl.getAtomicMemIntrinsicMaxElementSize(); in getAtomicMemIntrinsicMaxElementSize()
DTargetTransformInfoImpl.h522 unsigned getAtomicMemIntrinsicMaxElementSize() const { in getAtomicMemIntrinsicMaxElementSize() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp759 unsigned TargetTransformInfo::getAtomicMemIntrinsicMaxElementSize() const { in getAtomicMemIntrinsicMaxElementSize() function in TargetTransformInfo
760 return TTIImpl->getAtomicMemIntrinsicMaxElementSize(); in getAtomicMemIntrinsicMaxElementSize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp1100 if (StoreSize > TTI->getAtomicMemIntrinsicMaxElementSize()) in processLoopStoreOfLoopLoad()