Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h401 std::optional<unsigned> getMinPageSize() const { return 4096; } getMinPageSize() function
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h429 std::optional<unsigned> getMinPageSize() const { return 4096; } getMinPageSize() function
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h532 std::optional<unsigned> getMinPageSize() const { return {}; } getMinPageSize() function
H A DTargetTransformInfo.h2606 std::optional<unsigned> getMinPageSize() const override { getMinPageSize() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp800 std::optional<unsigned> TargetTransformInfo::getMinPageSize() const { getMinPageSize() function in TargetTransformInfo