Home
last modified time | relevance | path

Searched refs:SmallestElement (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp259 unsigned SmallestElement = 8; in getSmallestAddressableSize() local
268 if (AtomicSize < SmallestElement) in getSmallestAddressableSize()
269 SmallestElement = AtomicSize; in getSmallestAddressableSize()
271 return (STy->getNumElements() == 0) ? 0 : SmallestElement; in getSmallestAddressableSize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp293 unsigned SmallestElement = 8; in getSmallestAddressableSize() local
302 if (AtomicSize < SmallestElement) in getSmallestAddressableSize()
303 SmallestElement = AtomicSize; in getSmallestAddressableSize()
305 return (STy->getNumElements() == 0) ? 0 : SmallestElement; in getSmallestAddressableSize()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp293 unsigned SmallestElement = 8; in getSmallestAddressableSize() local
302 if (AtomicSize < SmallestElement) in getSmallestAddressableSize()
303 SmallestElement = AtomicSize; in getSmallestAddressableSize()
305 return (STy->getNumElements() == 0) ? 0 : SmallestElement; in getSmallestAddressableSize()