Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h401 std::optional<unsigned> getMinPageSize() const { return 4096; } in getMinPageSize() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h433 std::optional<unsigned> getMinPageSize() const { return 4096; } in getMinPageSize() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h534 std::optional<unsigned> getMinPageSize() const { return {}; } in getMinPageSize() function
H A DTargetTransformInfo.h2631 std::optional<unsigned> getMinPageSize() const override { in getMinPageSize() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp804 std::optional<unsigned> TargetTransformInfo::getMinPageSize() const { in getMinPageSize() function in TargetTransformInfo