Searched refs:maxntidx (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp598 unsigned maxntidx, maxntidy, maxntidz; local
600 if (llvm::getMaxNTIDx(F, maxntidx) == false)
601 maxntidx = 1;
614 O << ".maxntid " << maxntidx << ", " << maxntidy << ", " << maxntidz

Completed in 93 milliseconds