HomeSort by relevance Sort by last modified time
    Searched refs:getReqNTIDy (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXUtilities.h 53 bool getReqNTIDy(const Function &, unsigned &);
NVPTXUtilities.cpp 257 bool getReqNTIDy(const Function &F, unsigned &y) {
NVPTXAsmPrinter.cpp 527 if (!getReqNTIDy(F, reqntidy))
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXUtilities.h 56 bool getReqNTIDy(const llvm::Function &, unsigned &);
NVPTXUtilities.cpp 277 bool llvm::getReqNTIDy(const Function &F, unsigned &y) {
NVPTXAsmPrinter.cpp 522 if (!llvm::getReqNTIDy(F, reqntidy))
    [all...]

Completed in 140 milliseconds