Searched defs:getMinPageSize (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVTargetTransformInfo.h | 401 std::optional<unsigned> getMinPageSize() const { return 4096; } getMinPageSize() function |
/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64TargetTransformInfo.h | 429 std::optional<unsigned> getMinPageSize() const { return 4096; } getMinPageSize() function |
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 532 std::optional<unsigned> getMinPageSize() const { return {}; } getMinPageSize() function |
H A D | TargetTransformInfo.h | 2606 std::optional<unsigned> getMinPageSize() const override { getMinPageSize() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 800 std::optional<unsigned> TargetTransformInfo::getMinPageSize() const { getMinPageSize() function in TargetTransformInfo |