Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXUtilities.h58 std::optional<unsigned> getReqNTIDz(const Function &);
HDNVPTXUtilities.cpp317 std::optional<unsigned> getReqNTIDz(const Function &F) { in getReqNTIDz() function
325 std::optional<unsigned> ReqNTIDz = getReqNTIDz(F); in getReqNTID()
HDNVPTXAsmPrinter.cpp549 std::optional<unsigned> Reqntidz = getReqNTIDz(F); in emitKernelFunctionDirectives()