Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.h56 std::optional<unsigned> getReqNTIDx(const Function &);
H A DNVPTXUtilities.cpp309 std::optional<unsigned> getReqNTIDx(const Function &F) { in getReqNTIDx() function
323 std::optional<unsigned> ReqNTIDx = getReqNTIDx(F); in getReqNTID()
H A DNVPTXAsmPrinter.cpp547 std::optional<unsigned> Reqntidx = getReqNTIDx(F); in emitKernelFunctionDirectives()