Home
last modified time | relevance | path

Searched defs:getAtomicMemIntrinsicMaxElementSize (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h823 unsigned getAtomicMemIntrinsicMaxElementSize() const { getAtomicMemIntrinsicMaxElementSize() function
H A DTargetTransformInfo.h2807 unsigned getAtomicMemIntrinsicMaxElementSize() const override { getAtomicMemIntrinsicMaxElementSize() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1186 unsigned TargetTransformInfo::getAtomicMemIntrinsicMaxElementSize() const { getAtomicMemIntrinsicMaxElementSize() function in TargetTransformInfo
/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3458 unsigned X86TTIImpl::getAtomicMemIntrinsicMaxElementSize() const { return 16; } getAtomicMemIntrinsicMaxElementSize() function in X86TTIImpl