Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.h53 std::optional<unsigned> getMaxNTIDz(const Function &);
H A DNVPTXUtilities.cpp286 std::optional<unsigned> getMaxNTIDz(const Function &F) { in getMaxNTIDz() function
299 std::optional<unsigned> MaxNTIDz = getMaxNTIDz(F); in getMaxNTID()
H A DNVPTXAsmPrinter.cpp560 std::optional<unsigned> Maxntidz = getMaxNTIDz(F); in emitKernelFunctionDirectives()