Home
last modified time | relevance | path

Searched refs:nvptx64 (Results 1 – 20 of 20) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DTriple.cpp53 case nvptx64: return "nvptx64"; in getArchTypeName()
137 case nvptx64: return "nvvm"; in getArchTypePrefix()
317 .Case("nvptx64", nvptx64) in getArchTypeForLLVMName()
450 .Case("nvptx64", Triple::nvptx64) in parseArch()
720 case Triple::nvptx64: in getDefaultFormat()
1320 case llvm::Triple::nvptx64: in getArchPointerBitWidth()
1403 case Triple::nvptx64: T.setArch(Triple::nvptx); break; in get32BitArchVariant()
1447 case Triple::nvptx64: in get64BitArchVariant()
1469 case Triple::nvptx: T.setArch(Triple::nvptx64); break; in get64BitArchVariant()
1502 case Triple::nvptx64: in getBigEndianArchVariant()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/TargetInfo/
H A DNVPTXTargetInfo.cpp25 RegisterTarget<Triple::nvptx64> Y(getTheNVPTXTarget64(), "nvptx64", in LLVMInitializeNVPTXTargetInfo()
/netbsd/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
H A Dmath.h41 device = {arch(nvptx, nvptx64)}, implementation = {extension(match_any)})
H A Dtime.h26 device = {arch(nvptx, nvptx64)}, implementation = {extension(match_any)})
H A D__clang_openmp_device_functions.h18 device = {arch(nvptx, nvptx64)}, implementation = {extension(match_any)})
H A Dcomplex43 device = {arch(nvptx, nvptx64)}, \
H A Dcmath31 device = {arch(nvptx, nvptx64)}, implementation = {extension(match_any, allow_templates)})
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.cpp22 if (TheTriple.getArch() == Triple::nvptx64) { in NVPTXMCAsmInfo()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTriple.h87 nvptx64, // NVPTX: 64-bit enumerator
703 return getArch() == Triple::nvptx || getArch() == Triple::nvptx64; in isNVPTX()
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DNVPTXUsage.rst113 can be one of ``nvptx`` (32-bit PTX) or ``nvptx64`` (64-bit PTX). The
121 Example: 64-bit PTX for CUDA Driver API: ``nvptx64-nvidia-cuda``
428 target triple = "nvptx64-nvidia-cuda"
810 target triple = "nvptx64-nvidia-cuda"
/netbsd/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp54 case Triple::nvptx64: in OMPContext()
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargets.cpp394 case llvm::Triple::nvptx64: in AllocateTarget()
/netbsd/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp390 case llvm::Triple::nvptx64: in getCPUName()
H A DDarwin.cpp67 .Case("nvptx64", llvm::Triple::nvptx64) in getArchTypeForMachOArchName()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def1056 __OMP_TRAIT_PROPERTY(device, arch, nvptx64)
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp3838 case llvm::Triple::nvptx64: in ParseLangArgs()
3882 TT.getArch() == llvm::Triple::nvptx64 || in ParseLangArgs()
/netbsd/external/apache2/llvm/dist/clang/docs/
H A DUsersManual.rst2911 $ clang -target nvptx64-unknown-unknown test.cl
3001 $ clang -target nvptx64-unknown-unknown test.cl
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp244 case llvm::Triple::nvptx64: in createOpenMPRuntime()
H A DTargetInfo.cpp11110 case llvm::Triple::nvptx64: in getTargetCodeGenInfo()
H A DCGBuiltin.cpp5245 case llvm::Triple::nvptx64: in EmitTargetArchBuiltinExpr()