Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.h87 unsigned getAtomicMemIntrinsicMaxElementSize() const;
DX86TargetTransformInfo.cpp1590 unsigned X86TTIImpl::getAtomicMemIntrinsicMaxElementSize() const { return 16; } in getAtomicMemIntrinsicMaxElementSize() function in X86TTIImpl
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h888 unsigned getAtomicMemIntrinsicMaxElementSize() const;
1149 virtual unsigned getAtomicMemIntrinsicMaxElementSize() const = 0;
1509 unsigned getAtomicMemIntrinsicMaxElementSize() const override { in getAtomicMemIntrinsicMaxElementSize() function
1510 return Impl.getAtomicMemIntrinsicMaxElementSize(); in getAtomicMemIntrinsicMaxElementSize()
DTargetTransformInfoImpl.h487 unsigned getAtomicMemIntrinsicMaxElementSize() const { in getAtomicMemIntrinsicMaxElementSize() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp543 unsigned TargetTransformInfo::getAtomicMemIntrinsicMaxElementSize() const { in getAtomicMemIntrinsicMaxElementSize() function in TargetTransformInfo
544 return TTIImpl->getAtomicMemIntrinsicMaxElementSize(); in getAtomicMemIntrinsicMaxElementSize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp1061 if (StoreSize > TTI->getAtomicMemIntrinsicMaxElementSize()) in processLoopStoreOfLoopLoad()