OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMaxNTIDx
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/NVPTX/
NVPTXUtilities.h
46
bool
getMaxNTIDx
(const llvm::Function &, unsigned &);
NVPTXUtilities.cpp
217
bool llvm::
getMaxNTIDx
(const Function &F, unsigned &x) {
NVPTXAsmPrinter.cpp
582
if (llvm::
getMaxNTIDx
(F, maxntidx) == false)
[
all
...]
Completed in 274 milliseconds