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