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

  /external/clang/test/Frontend/
stdlang.c 1 // RUN: %clang_cc1 -x cuda -std=c++11 -DCUDA %s
5 #if defined(CUDA)
  /external/llvm/lib/Target/NVPTX/
NVPTXSubtarget.cpp 38 // Set default to PTX 3.2 (CUDA 5.5)
54 // Enable handles for Kepler+, where CUDA supports indirect surfaces and
56 if (TM.getDrvInterface() == NVPTX::CUDA)
NVPTX.h 82 CUDA
NVPTXReplaceImageHandles.cpp 148 if (TM.getDrvInterface() == NVPTX::CUDA) {
149 // For CUDA, we preserve the param loads coming from function arguments
NVPTXTargetMachine.cpp 98 drvInterface = NVPTX::CUDA;
NVPTXAsmPrinter.h 300 // Since the address value should always be generic in CUDA C and always
309 NVPTX::CUDA) {
NVPTXAsmPrinter.cpp 160 if (static_cast<NVPTXTargetMachine &>(TM).getDrvInterface() == NVPTX::CUDA)
675 * Currently, this is valid for CUDA shared variables, which have local
848 // If we're not NVCL we're CUDA, go ahead and emit filenames.
988 if (static_cast<NVPTXTargetMachine &>(TM).getDrvInterface() == NVPTX::CUDA) {
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 145 CUDA, // NVIDIA CUDA
  /external/llvm/lib/Support/
Triple.cpp 164 case CUDA: return "cuda";
371 .StartsWith("cuda", Triple::CUDA)
    [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 128 if (getLangOpts().CUDA) {
129 // In CUDA mode don't verify asm constraints in device functions during host
SemaDeclCXX.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 121 if (LangOpts.CUDA)
    [all...]
CodeGenFunction.cpp     [all...]
TargetInfo.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 851 if (LangOpts.CUDA)
    [all...]
CompilerInvocation.cpp     [all...]
  /external/clang/lib/Parse/
ParsePragma.cpp     [all...]

Completed in 428 milliseconds