Home
last modified time | relevance | path

Searched refs:getOverallMaxNTID (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVVMIntrRange.cpp70 const auto OverallMaxNTID = getOverallMaxNTID(F); in runNVVMIntrRange()
H A DNVPTXUtilities.h55 std::optional<uint64_t> getOverallMaxNTID(const Function &);
H A DNVPTXUtilities.cpp316 std::optional<uint64_t> getOverallMaxNTID(const Function &F) { in getOverallMaxNTID() function