Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.h236 std::optional<unsigned> getCPUCacheLineSize() const override;
H A DX86.cpp1523 std::optional<unsigned> X86TargetInfo::getCPUCacheLineSize() const { in getCPUCacheLineSize() function in X86TargetInfo
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1565 virtual std::optional<unsigned> getCPUCacheLineSize() const { in getCPUCacheLineSize() function