| /src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
| gen-omp-device-properties.sh | 26 echo arch: nvptx nvptx64
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/TargetInfo/ |
| NVPTXTargetInfo.cpp | 25 RegisterTarget<Triple::nvptx64> Y(getTheNVPTXTarget64(), "nvptx64",
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/ |
| math.h | 41 device = {arch(nvptx, nvptx64)}, implementation = {extension(match_any)})
|
| time.h | 26 device = {arch(nvptx, nvptx64)}, implementation = {extension(match_any)})
|
| complex | 43 device = {arch(nvptx, nvptx64)}, \
|
| __clang_openmp_device_functions.h | 18 device = {arch(nvptx, nvptx64)}, implementation = {extension(match_any)})
|
| cmath | 31 device = {arch(nvptx, nvptx64)}, implementation = {extension(match_any, allow_templates)})
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/ |
| NVPTXMCAsmInfo.cpp | 22 if (TheTriple.getArch() == Triple::nvptx64) {
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| Triple.cpp | 53 case nvptx64: return "nvptx64"; 137 case nvptx64: return "nvvm"; 317 .Case("nvptx64", nvptx64) 450 .Case("nvptx64", Triple::nvptx64) 720 case Triple::nvptx64: 1320 case llvm::Triple::nvptx64: 1403 case Triple::nvptx64: T.setArch(Triple::nvptx); break [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| Triple.h | 87 nvptx64, // NVPTX: 64-bit enumerator in enum:llvm::Triple::ArchType 703 return getArch() == Triple::nvptx || getArch() == Triple::nvptx64;
|
| /src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/ |
| OMPContext.cpp | 54 case Triple::nvptx64:
|
| /src/external/apache2/llvm/dist/clang/lib/Basic/ |
| Targets.cpp | 394 case llvm::Triple::nvptx64:
|
| /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| CommonArgs.cpp | 390 case llvm::Triple::nvptx64:
|
| Darwin.cpp | 67 .Case("nvptx64", llvm::Triple::nvptx64)
|
| /src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| CompilerInvocation.cpp | 3838 case llvm::Triple::nvptx64: 3882 TT.getArch() == llvm::Triple::nvptx64 ||
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CodeGenModule.cpp | 244 case llvm::Triple::nvptx64:
|
| TargetInfo.cpp | 11110 case llvm::Triple::nvptx64:
|
| CGBuiltin.cpp | 5245 case llvm::Triple::nvptx64:
|