HomeSort by relevance Sort by last modified time
    Searched defs:nvptx (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/ADT/
Triple.h 77 nvptx, // NVPTX: 32-bit enumerator in enum:llvm::Triple::ArchType
78 nvptx64, // NVPTX: 64-bit
585 /// Tests whether the target is NVPTX (32- or 64-bit).
587 return getArch() == Triple::nvptx || getArch() == Triple::nvptx64;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Triple.h 80 nvptx, // NVPTX: 32-bit enumerator in enum:llvm::Triple::ArchType
81 nvptx64, // NVPTX: 64-bit
602 /// Tests whether the target is NVPTX (32- or 64-bit).
604 return getArch() == Triple::nvptx || getArch() == Triple::nvptx64;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 80 nvptx, // NVPTX: 32-bit enumerator in enum:llvm::Triple::ArchType
81 nvptx64, // NVPTX: 64-bit
623 /// Tests whether the target is NVPTX (32- or 64-bit).
625 return getArch() == Triple::nvptx || getArch() == Triple::nvptx64;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 80 nvptx, // NVPTX: 32-bit enumerator in enum:llvm::Triple::ArchType
81 nvptx64, // NVPTX: 64-bit
623 /// Tests whether the target is NVPTX (32- or 64-bit).
625 return getArch() == Triple::nvptx || getArch() == Triple::nvptx64;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 80 nvptx, // NVPTX: 32-bit enumerator in enum:llvm::Triple::ArchType
81 nvptx64, // NVPTX: 64-bit
623 /// Tests whether the target is NVPTX (32- or 64-bit).
625 return getArch() == Triple::nvptx || getArch() == Triple::nvptx64;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 80 nvptx, // NVPTX: 32-bit enumerator in enum:llvm::Triple::ArchType
81 nvptx64, // NVPTX: 64-bit
623 /// Tests whether the target is NVPTX (32- or 64-bit).
625 return getArch() == Triple::nvptx || getArch() == Triple::nvptx64;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 80 nvptx, // NVPTX: 32-bit enumerator in enum:llvm::Triple::ArchType
81 nvptx64, // NVPTX: 64-bit
623 /// Tests whether the target is NVPTX (32- or 64-bit).
625 return getArch() == Triple::nvptx || getArch() == Triple::nvptx64;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 80 nvptx, // NVPTX: 32-bit enumerator in enum:llvm::Triple::ArchType
81 nvptx64, // NVPTX: 64-bit
623 /// Tests whether the target is NVPTX (32- or 64-bit).
625 return getArch() == Triple::nvptx || getArch() == Triple::nvptx64;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 80 nvptx, // NVPTX: 32-bit enumerator in enum:llvm::Triple::ArchType
81 nvptx64, // NVPTX: 64-bit
623 /// Tests whether the target is NVPTX (32- or 64-bit).
625 return getArch() == Triple::nvptx || getArch() == Triple::nvptx64;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 80 nvptx, // NVPTX: 32-bit enumerator in enum:llvm::Triple::ArchType
81 nvptx64, // NVPTX: 64-bit
623 /// Tests whether the target is NVPTX (32- or 64-bit).
625 return getArch() == Triple::nvptx || getArch() == Triple::nvptx64;

Completed in 1939 milliseconds