Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp47 case nvptx64: return "nvptx64"; in getArchTypeName()
127 case nvptx64: return "nvvm"; in getArchTypePrefix()
303 .Case("nvptx64", nvptx64) in getArchTypeForLLVMName()
432 .Case("nvptx64", Triple::nvptx64) in parseArch()
689 case Triple::nvptx64: in getDefaultFormat()
1282 case llvm::Triple::nvptx64: in getArchPointerBitWidth()
1363 case Triple::nvptx64: T.setArch(Triple::nvptx); break; in get32BitArchVariant()
1404 case Triple::nvptx64: in get64BitArchVariant()
1426 case Triple::nvptx: T.setArch(Triple::nvptx64); break; in get64BitArchVariant()
1458 case Triple::nvptx64: in getBigEndianArchVariant()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/TargetInfo/
DNVPTXTargetInfo.cpp25 RegisterTarget<Triple::nvptx64> Y(getTheNVPTXTarget64(), "nvptx64", in LLVMInitializeNVPTXTargetInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXMCAsmInfo.cpp22 if (TheTriple.getArch() == Triple::nvptx64) { in NVPTXMCAsmInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h82 nvptx64, // NVPTX: 64-bit enumerator
691 return getArch() == Triple::nvptx || getArch() == Triple::nvptx64; in isNVPTX()