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

  /external/llvm/lib/Target/NVPTX/
NVPTXSubtarget.cpp 33 drvInterface = NVPTX::CUDA;
NVPTX.h 77 CUDA
NVPTXAsmPrinter.cpp 309 if (nvptxSubtarget.getDrvInterface() == NVPTX::CUDA)
718 * Currently, this is valid for CUDA shared variables, which have local
892 if (nvptxSubtarget.getDrvInterface() == NVPTX::CUDA)
947 if (nvptxSubtarget.getDrvInterface() == NVPTX::CUDA) {
1024 if (nvptxSubtarget.getDrvInterface() == NVPTX::CUDA) {
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 112 CUDA, // NVIDIA CUDA
  /external/llvm/lib/Support/
Triple.cpp 138 case CUDA: return "cuda";
293 .StartsWith("cuda", Triple::CUDA)
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 692 else if (getLangOpts().CUDA &&
    [all...]
CodeGenModule.cpp 113 if (LangOpts.CUDA)
    [all...]
TargetInfo.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 738 if (LangOpts.CUDA)
    [all...]
CompilerInvocation.cpp 804 .Case("cuda", IK_CUDA
    [all...]

Completed in 406 milliseconds