/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/TargetInfo/ |
H A D | NVPTXTargetInfo.cpp | 25 RegisterTarget<Triple::nvptx64> Y(getTheNVPTXTarget64(), "nvptx64", in LLVMInitializeNVPTXTargetInfo()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/ |
H A D | time.h | 26 device = {arch(nvptx, nvptx64)}, implementation = {extension(match_any)})
|
H A D | math.h | 41 device = {arch(nvptx, nvptx64)}, implementation = {extension(match_any)})
|
H A D | __clang_openmp_device_functions.h | 22 device = {arch(nvptx, nvptx64)}, implementation = {extension(match_any)})
|
H A D | complex | 48 device = {arch(amdgcn, nvptx, nvptx64)}, \
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/ |
H A D | NVPTXMCAsmInfo.cpp | 22 if (TheTriple.getArch() == Triple::nvptx64) { in NVPTXMCAsmInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | Triple.cpp | 57 case nvptx64: return "nvptx64"; in getArchTypeName() 200 case nvptx64: return "nvvm"; in getArchTypePrefix() 439 .Case("nvptx64", nvptx64) in getArchTypeForLLVMName() 581 .Case("nvptx64", Triple::nvptx64) in parseArch() 927 case Triple::nvptx64: in getDefaultFormat() 1652 case llvm::Triple::nvptx64: in getArchPointerBitWidth() 1746 case Triple::nvptx64: T.setArch(Triple::nvptx); break; in get32BitArchVariant() 1797 case Triple::nvptx64: in get64BitArchVariant() 1825 case Triple::nvptx: T.setArch(Triple::nvptx64); break; in get64BitArchVariant() 1865 case Triple::nvptx64: in getBigEndianArchVariant() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | Triple.h | 90 nvptx64, // NVPTX: 64-bit enumerator 848 return getArch() == Triple::nvptx || getArch() == Triple::nvptx64; in isNVPTX()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPContext.cpp | 54 case Triple::nvptx64: in OMPContext()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | ToolChain.h | 812 if (TT.getArch() == llvm::Triple::nvptx64) in getOpenMPTriple()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ExpandVariadics.cpp | 1019 case Triple::nvptx64: { in create()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Targets.cpp | 421 case llvm::Triple::nvptx64: in AllocateTarget()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | CommonArgs.cpp | 612 case llvm::Triple::nvptx64: in getCPUName() 739 case llvm::Triple::nvptx64: in getTargetFeatures()
|
H A D | Darwin.cpp | 69 .Case("nvptx64", llvm::Triple::nvptx64) in getArchTypeForMachOArchName()
|
H A D | Gnu.cpp | 3133 case llvm::Triple::nvptx64: in IsIntegratedAssemblerDefault()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 1431 return Triple::nvptx64; in getArch()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPKinds.def | 1263 __OMP_TRAIT_PROPERTY(device, arch, nvptx64)
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 4126 case llvm::Triple::nvptx64: in ParseLangArgs() 4189 TT.getArch() == llvm::Triple::nvptx64 || in ParseLangArgs()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 222 case llvm::Triple::nvptx64: in createTargetCodeGenInfo() 486 case llvm::Triple::nvptx64: in createOpenMPRuntime()
|
H A D | CGBuiltin.cpp | 6302 case llvm::Triple::nvptx64: in EmitTargetArchBuiltinExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Attr.td | 461 def TargetNVPTX : TargetArch<["nvptx", "nvptx64"]>;
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 1916 case llvm::Triple::nvptx64: in CheckTSBuiltinFunctionCall()
|