Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h342 unsigned getL1CacheLineSize() const;
H A DHexagonTargetTransformInfo.cpp362 return ST.getL1CacheLineSize(); in getCacheLineSize()
H A DHexagonSubtarget.cpp717 unsigned HexagonSubtarget::getL1CacheLineSize() const { in getL1CacheLineSize() function in HexagonSubtarget