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

1 2 3

  /external/clang/test/Frontend/
stdlang.c 1 // RUN: %clang_cc1 -x cuda -std=c++11 -DCUDA %s
16 #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)
NVPTXLowerKernelArgs.cpp 23 // 2. Convert non-byval pointer arguments of CUDA kernels to pointers in the
117 return "Lower pointer arguments of CUDA kernels";
200 if (TM && TM->getDrvInterface() == NVPTX::CUDA) {
224 else if (TM && TM->getDrvInterface() == NVPTX::CUDA)
NVPTX.h 66 CUDA
NVPTXReplaceImageHandles.cpp 148 if (TM.getDrvInterface() == NVPTX::CUDA) {
149 // For CUDA, we preserve the param loads coming from function arguments
NVPTXTargetMachine.cpp 117 drvInterface = NVPTX::CUDA;
NVPTXAsmPrinter.h 306 // Since the address value should always be generic in CUDA C and always
315 NVPTX::CUDA) {
  /external/clang/lib/CodeGen/
CGCUDABuiltin.cpp 1 //===----- CGCUDABuiltin.cpp - Codegen for CUDA builtins ------------------===//
10 // Generates code for built-in CUDA calls which are not runtime-specific.
31 // Our CUDA system header declares vprintf with the right signature, so
72 assert(getLangOpts().CUDA);
  /external/clang/include/clang/Sema/
SemaInternal.h 51 // Helper function to check whether D's attributes match current CUDA mode.
53 // ignored during this CUDA compilation pass.
55 if (!LangOpts.CUDA || !D)
  /external/llvm/include/llvm/ADT/
Triple.h 163 CUDA, // NVIDIA CUDA
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Triple.h 168 CUDA, // NVIDIA CUDA
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 51 // Helper function to check whether D's attributes match current CUDA mode.
53 // ignored during this CUDA compilation pass.
55 if (!LangOpts.CUDA || !D)
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 169 CUDA, // NVIDIA CUDA
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 51 // Helper function to check whether D's attributes match current CUDA mode.
53 // ignored during this CUDA compilation pass.
55 if (!LangOpts.CUDA || !D)
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 169 CUDA, // NVIDIA CUDA
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 51 // Helper function to check whether D's attributes match current CUDA mode.
53 // ignored during this CUDA compilation pass.
55 if (!LangOpts.CUDA || !D)
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 169 CUDA, // NVIDIA CUDA
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 51 // Helper function to check whether D's attributes match current CUDA mode.
53 // ignored during this CUDA compilation pass.
55 if (!LangOpts.CUDA || !D)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 169 CUDA, // NVIDIA CUDA
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 51 // Helper function to check whether D's attributes match current CUDA mode.
53 // ignored during this CUDA compilation pass.
55 if (!LangOpts.CUDA || !D)
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 169 CUDA, // NVIDIA CUDA
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 51 // Helper function to check whether D's attributes match current CUDA mode.
53 // ignored during this CUDA compilation pass.
55 if (!LangOpts.CUDA || !D)
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 169 CUDA, // NVIDIA CUDA
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 51 // Helper function to check whether D's attributes match current CUDA mode.
53 // ignored during this CUDA compilation pass.
55 if (!LangOpts.CUDA || !D)
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 169 CUDA, // NVIDIA CUDA

Completed in 3765 milliseconds

1 2 3