Home
last modified time | relevance | path

Searched defs:getMinPageSize (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h426 std::optional<unsigned> getMinPageSize() const { return 4096; } getMinPageSize() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h513 std::optional<unsigned> getMinPageSize() const { return {}; } getMinPageSize() function
H A DTargetTransformInfo.h2537 std::optional<unsigned> getMinPageSize() const override { getMinPageSize() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp774 std::optional<unsigned> TargetTransformInfo::getMinPageSize() const { getMinPageSize() function in TargetTransformInfo