Searched defs:getMinPageSize (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64TargetTransformInfo.h | 426 std::optional<unsigned> getMinPageSize() const { return 4096; } getMinPageSize() function |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 513 std::optional<unsigned> getMinPageSize() const { return {}; } getMinPageSize() function |
H A D | TargetTransformInfo.h | 2537 std::optional<unsigned> getMinPageSize() const override { getMinPageSize() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 774 std::optional<unsigned> TargetTransformInfo::getMinPageSize() const { getMinPageSize() function in TargetTransformInfo |