Searched defs:getAtomicMemIntrinsicMaxElementSize (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 789 unsigned getAtomicMemIntrinsicMaxElementSize() const { getAtomicMemIntrinsicMaxElementSize() function |
H A D | TargetTransformInfo.h | 2728 unsigned getAtomicMemIntrinsicMaxElementSize() const override { getAtomicMemIntrinsicMaxElementSize() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 1135 unsigned TargetTransformInfo::getAtomicMemIntrinsicMaxElementSize() const { getAtomicMemIntrinsicMaxElementSize() function in TargetTransformInfo |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86TargetTransformInfo.cpp | 3362 unsigned X86TTIImpl::getAtomicMemIntrinsicMaxElementSize() const { return 16; } getAtomicMemIntrinsicMaxElementSize() function in X86TTIImpl |