31 case amdgcn:
return "amdgcn";
33 case amdil:
return "amdil";
34 case arc:
return "arc";
35 case arm:
return "arm";
36 case armeb:
return "armeb";
37 case avr:
return "avr";
38 case bpfeb:
return "bpfeb";
39 case bpfel:
return "bpfel";
40 case csky:
return "csky";
41 case dxil:
return "dxil";
44 case hsail:
return "hsail";
46 case lanai:
return "lanai";
49 case m68k:
return "m68k";
50 case mips64:
return "mips64";
52 case mips:
return "mips";
53 case mipsel:
return "mipsel";
54 case msp430:
return "msp430";
56 case nvptx:
return "nvptx";
57 case ppc64:
return "powerpc64";
58 case ppc64le:
return "powerpc64le";
59 case ppc:
return "powerpc";
60 case ppcle:
return "powerpcle";
61 case r600:
return "r600";
66 case shave:
return "shave";
67 case sparc:
return "sparc";
70 case spir64:
return "spir64";
71 case spir:
return "spir";
72 case spirv:
return "spirv";
76 case tce:
return "tce";
77 case tcele:
return "tcele";
78 case thumb:
return "thumb";
81 case wasm32:
return "wasm32";
82 case wasm64:
return "wasm64";
83 case x86:
return "i386";
84 case x86_64:
return "x86_64";
85 case xcore:
return "xcore";
86 case xtensa:
return "xtensa";
100 return "mipsisa32r6el";
104 return "mipsisa64r6";
108 return "mipsisa64r6el";
156 case arc:
return "arc";
163 case avr:
return "avr";
168 case ppcle:
return "ppc";
170 case m68k:
return "m68k";
177 case hexagon:
return "hexagon";
179 case amdgcn:
return "amdgcn";
180 case r600:
return "r600";
183 case bpfeb:
return "bpf";
187 case sparc:
return "sparc";
192 case x86_64:
return "x86";
194 case xcore:
return "xcore";
197 case nvptx:
return "nvvm";
207 case spir64:
return "spir";
213 case kalimba:
return "kalimba";
214 case lanai:
return "lanai";
215 case shave:
return "shave";
217 case wasm64:
return "wasm";
222 case ve:
return "ve";
223 case csky:
return "csky";
228 case dxil:
return "dx";
230 case xtensa:
return "xtensa";
238 case AMD:
return "amd";
239 case Apple:
return "apple";
240 case CSR:
return "csr";
242 case IBM:
return "ibm";
244 case Mesa:
return "mesa";
246 case NVIDIA:
return "nvidia";
248 case PC:
return "pc";
249 case SCEI:
return "scei";
250 case SUSE:
return "suse";
260 case AIX:
return "aix";
261 case AMDHSA:
return "amdhsa";
262 case AMDPAL:
return "amdpal";
264 case CUDA:
return "cuda";
265 case Darwin:
return "darwin";
270 case FreeBSD:
return "freebsd";
271 case Fuchsia:
return "fuchsia";
272 case Haiku:
return "haiku";
274 case Hurd:
return "hurd";
275 case IOS:
return "ios";
277 case Linux:
return "linux";
278 case Lv2:
return "lv2";
279 case MacOSX:
return "macosx";
280 case Mesa3D:
return "mesa3d";
281 case NVCL:
return "nvcl";
282 case NaCl:
return "nacl";
283 case NetBSD:
return "netbsd";
284 case OpenBSD:
return "openbsd";
285 case PS4:
return "ps4";
286 case PS5:
return "ps5";
287 case RTEMS:
return "rtems";
288 case Solaris:
return "solaris";
290 case TvOS:
return "tvos";
291 case UEFI:
return "uefi";
292 case WASI:
return "wasi";
293 case WatchOS:
return "watchos";
294 case Win32:
return "windows";
295 case ZOS:
return "zos";
297 case LiteOS:
return "liteos";
298 case XROS:
return "xros";
299 case Vulkan:
return "vulkan";
308 case Android:
return "android";
309 case CODE16:
return "code16";
310 case CoreCLR:
return "coreclr";
311 case Cygnus:
return "cygnus";
312 case EABI:
return "eabi";
313 case EABIHF:
return "eabihf";
314 case GNU:
return "gnu";
317 case GNUEABI:
return "gnueabi";
319 case GNUF32:
return "gnuf32";
320 case GNUF64:
return "gnuf64";
321 case GNUSF:
return "gnusf";
322 case GNUX32:
return "gnux32";
324 case Itanium:
return "itanium";
325 case MSVC:
return "msvc";
326 case MacABI:
return "macabi";
327 case Musl:
return "musl";
330 case MuslX32:
return "muslx32";
332 case Pixel:
return "pixel";
333 case Vertex:
return "vertex";
335 case Hull:
return "hull";
336 case Domain:
return "domain";
337 case Compute:
return "compute";
338 case Library:
return "library";
341 case AnyHit:
return "anyhit";
343 case Miss:
return "miss";
345 case Mesh:
return "mesh";
360 case COFF:
return "coff";
361 case ELF:
return "elf";
362 case GOFF:
return "goff";
363 case MachO:
return "macho";
364 case Wasm:
return "wasm";
365 case XCOFF:
return "xcoff";
367 case SPIRV:
return "spirv";
373 if (ArchName ==
"bpf") {
378 }
else if (ArchName ==
"bpf_be" || ArchName ==
"bpfeb") {
380 }
else if (ArchName ==
"bpf_le" || ArchName ==
"bpfel") {
501 if (ArchName.
empty())
550 .
Cases(
"mips",
"mipseb",
"mipsallegrex",
"mipsisa32r6",
"mipsr6",
552 .
Cases(
"mipsel",
"mipsallegrexel",
"mipsisa32r6el",
"mipsr6el",
554 .
Cases(
"mips64",
"mips64eb",
"mipsn32",
"mipsisa64r6",
"mips64r6",
556 .
Cases(
"mips64el",
"mipsn32el",
"mipsisa64r6el",
"mips64r6el",
579 .
Cases(
"spirv32",
"spirv32v1.0",
"spirv32v1.1",
"spirv32v1.2",
580 "spirv32v1.3",
"spirv32v1.4",
"spirv32v1.5",
582 .
Cases(
"spirv64",
"spirv64v1.0",
"spirv64v1.1",
"spirv64v1.2",
583 "spirv64v1.3",
"spirv64v1.4",
"spirv64v1.5",
596 .
Cases(
"dxil",
"dxilv1.0",
"dxilv1.1",
"dxilv1.2",
"dxilv1.3",
597 "dxilv1.4",
"dxilv1.5",
"dxilv1.6",
"dxilv1.7",
"dxilv1.8",
747 if (SubArchName ==
"powerpcspe")
750 if (SubArchName ==
"arm64e")
753 if (SubArchName ==
"arm64ec")
783 if (ARMSubArch.
empty())
792 case ARM::ArchKind::ARMV4:
794 case ARM::ArchKind::ARMV4T:
796 case ARM::ArchKind::ARMV5T:
798 case ARM::ArchKind::ARMV5TE:
799 case ARM::ArchKind::IWMMXT:
800 case ARM::ArchKind::IWMMXT2:
801 case ARM::ArchKind::XSCALE:
802 case ARM::ArchKind::ARMV5TEJ:
804 case ARM::ArchKind::ARMV6:
806 case ARM::ArchKind::ARMV6K:
807 case ARM::ArchKind::ARMV6KZ:
809 case ARM::ArchKind::ARMV6T2:
811 case ARM::ArchKind::ARMV6M:
813 case ARM::ArchKind::ARMV7A:
814 case ARM::ArchKind::ARMV7R:
816 case ARM::ArchKind::ARMV7VE:
818 case ARM::ArchKind::ARMV7K:
820 case ARM::ArchKind::ARMV7M:
822 case ARM::ArchKind::ARMV7S:
824 case ARM::ArchKind::ARMV7EM:
826 case ARM::ArchKind::ARMV8A:
828 case ARM::ArchKind::ARMV8_1A:
830 case ARM::ArchKind::ARMV8_2A:
832 case ARM::ArchKind::ARMV8_3A:
834 case ARM::ArchKind::ARMV8_4A:
836 case ARM::ArchKind::ARMV8_5A:
838 case ARM::ArchKind::ARMV8_6A:
840 case ARM::ArchKind::ARMV8_7A:
842 case ARM::ArchKind::ARMV8_8A:
844 case ARM::ArchKind::ARMV8_9A:
846 case ARM::ArchKind::ARMV9A:
848 case ARM::ArchKind::ARMV9_1A:
850 case ARM::ArchKind::ARMV9_2A:
852 case ARM::ArchKind::ARMV9_3A:
854 case ARM::ArchKind::ARMV9_4A:
856 case ARM::ArchKind::ARMV9_5A:
858 case ARM::ArchKind::ARMV8R:
860 case ARM::ArchKind::ARMV8MBaseline:
862 case ARM::ArchKind::ARMV8MMainline:
864 case ARM::ArchKind::ARMV8_1MMainline:
872 switch (
T.getArch()) {
966 :
Data(Str.str()), Arch(UnknownArch), SubArch(NoSubArch),
967 Vendor(UnknownVendor),
OS(UnknownOS), Environment(UnknownEnvironment),
968 ObjectFormat(UnknownObjectFormat) {
972 if (Components.
size() > 0) {
975 if (Components.
size() > 1) {
977 if (Components.
size() > 2) {
979 if (Components.
size() > 3) {
1006 :
Data((ArchStr +
Twine(
'-') + VendorStr +
Twine(
'-') + OSStr).str()),
1011 Environment(), ObjectFormat(
Triple::UnknownObjectFormat) {
1021 const Twine &EnvironmentStr)
1023 EnvironmentStr).str()),
1041 const unsigned SMMajor = 6;
1044 if (std::optional<unsigned> SMMinor = Ver.
getMinor()) {
1072 if (ShaderModelStr ==
"shadermodel6.x") {
1082 bool IsMinGW32 =
false;
1083 bool IsCygwin =
false;
1087 Str.split(Components,
'-');
1095 if (Components.
size() > 0)
1098 if (Components.
size() > 1)
1101 if (Components.
size() > 2) {
1103 IsCygwin = Components[2].starts_with(
"cygwin");
1104 IsMinGW32 = Components[2].starts_with(
"mingw");
1107 if (Components.
size() > 3)
1110 if (Components.
size() > 4)
1124 for (
unsigned Pos = 0; Pos != std::size(Found); ++Pos) {
1130 if (
Idx < std::size(Found) && Found[
Idx])
1176 for (
unsigned i = Pos; !CurrentComponent.
empty(); ++i) {
1178 while (i < std::size(Found) && Found[i])
1182 std::swap(CurrentComponent, Components[i]);
1184 }
else if (Pos >
Idx) {
1191 for (
unsigned i =
Idx; i < Components.
size();) {
1194 std::swap(CurrentComponent, Components[i]);
1196 if (CurrentComponent.
empty())
1199 while (++i < std::size(Found) && Found[i])
1203 if (!CurrentComponent.
empty())
1207 while (++
Idx < std::size(Found) && Found[
Idx])
1209 }
while (
Idx < Pos);
1211 assert(Pos < Components.
size() && Components[Pos] == Comp &&
1212 "Component moved wrong!");
1220 if (Found[0] && !Found[1] && !Found[2] && Found[3] &&
1221 Components[1] ==
"none" && Components[2].empty())
1222 std::swap(Components[1], Components[2]);
1231 std::string NormalizedEnvironment;
1234 StringRef AndroidVersion = Components[3].drop_front(strlen(
"androideabi"));
1235 if (AndroidVersion.
empty()) {
1236 Components[3] =
"android";
1238 NormalizedEnvironment =
Twine(
"android", AndroidVersion).
str();
1239 Components[3] = NormalizedEnvironment;
1245 Components[3] =
"gnueabihf";
1249 Components[2] =
"windows";
1252 Components[3] =
"msvc";
1256 }
else if (IsMinGW32) {
1258 Components[2] =
"windows";
1259 Components[3] =
"gnu";
1260 }
else if (IsCygwin) {
1262 Components[2] =
"windows";
1263 Components[3] =
"cygnus";
1265 if (IsMinGW32 || IsCygwin ||
1278 if (Components[0] ==
"dxil") {
1279 if (Components.
size() > 4) {
1288 return join(Components,
"-");
1297 return Tmp.
split(
'-').first;
1302 Tmp = Tmp.
split(
'-').second;
1303 return Tmp.
split(
'-').first;
1308 Tmp = Tmp.
split(
'-').second;
1309 return Tmp.
split(
'-').second;
1314 return Tmp.
split(
'-').second;
1320 return Version.withoutBuild();
1332 if (EnvironmentName ==
"none")
1338 if (EnvironmentName.
contains(
"-")) {
1343 const std::string tmp = (
Twine(
"-") + ObjectFormatTypeName).
str();
1347 return EnvironmentName;
1377 if (
Version.getMajor() <= 19) {
1386 if (
Version.getMajor() == 0) {
1388 }
else if (
Version.getMajor() < 10) {
1471 return Version.withMajorReplaced(19);
1493 if (ValidVersionMap.
contains(VulkanVersion) &&
1494 (ValidVersionMap.
lookup(VulkanVersion) == SpirvVersion ||
1496 return VulkanVersion;
1997 return *
this ==
Other;
2003 if (
Other.isOSVersionLT(*
this))
2010 unsigned Micro)
const {
2021 assert(Major >= 11 &&
"Unexpected major version");
2075 "incorrect HLSL stage order");
2077 "incorrect HLSL stage order");
2079 "incorrect HLSL stage order");
2081 "incorrect HLSL stage order");
2083 "incorrect HLSL stage order");
2085 "incorrect HLSL stage order");
2087 "incorrect HLSL stage order");
2089 "incorrect HLSL stage order");
2091 "incorrect HLSL stage order");
2093 "incorrect HLSL stage order");
2095 "incorrect HLSL stage order");
2097 "incorrect HLSL stage order");
2099 "incorrect HLSL stage order");
2101 "incorrect HLSL stage order");
Returns the sub type a function will return at a given Idx Should correspond to the result type of an ExtractValue instruction executed with just that one unsigned Idx
This file defines the DenseMap class.
assert(ImpDefSCC.getReg()==AMDGPU::SCC &&ImpDefSCC.isDef())
This file defines the SmallString class.
This file implements the StringSwitch template, which mimics a switch() statement whose cases are str...
static Triple::EnvironmentType parseEnvironment(StringRef EnvironmentName)
static VersionTuple parseVersionFromName(StringRef Name)
static Triple::ObjectFormatType getDefaultFormat(const Triple &T)
static Triple::ArchType parseARMArch(StringRef ArchName)
static Triple::OSType parseOS(StringRef OSName)
static StringRef getDXILArchNameFromShaderModel(StringRef ShaderModelStr)
static Triple::ArchType parseBPFArch(StringRef ArchName)
static Triple::SubArchType parseSubArch(StringRef SubArchName)
static Triple::ObjectFormatType parseFormat(StringRef EnvironmentName)
static Triple::ArchType parseArch(StringRef ArchName)
static Triple::VendorType parseVendor(StringRef VendorName)
Defines the llvm::VersionTuple class, which represents a version in the form major[....
ValueT lookup(const_arg_type_t< KeyT > Val) const
lookup - Return the entry for the specified key, or a default constructed value if no such entry exis...
bool contains(const_arg_type_t< KeyT > Val) const
Return true if the specified key is in the map, false otherwise.
SmallString - A SmallString is just a SmallVector with methods and accessors that make it work better...
void push_back(const T &Elt)
This is a 'vector' (really, a variable-sized array), optimized for the case when the array is small.
StringRef - Represent a constant reference to a string, i.e.
std::pair< StringRef, StringRef > split(char Separator) const
Split into two substrings around the first occurrence of a separator character.
bool consume_back(StringRef Suffix)
Returns true if this StringRef has the given suffix and removes that suffix.
constexpr StringRef substr(size_t Start, size_t N=npos) const
Return a reference to the substring from [Start, Start + N).
bool starts_with(StringRef Prefix) const
Check if this string starts with the given Prefix.
constexpr bool empty() const
empty - Check if the string is empty.
StringRef drop_front(size_t N=1) const
Return a StringRef equal to 'this' but with the first N elements dropped.
constexpr size_t size() const
size - Get the string size.
bool contains(StringRef Other) const
Return true if the given string is a substring of *this, and false otherwise.
bool consume_front(StringRef Prefix)
Returns true if this StringRef has the given prefix and removes that prefix.
bool ends_with(StringRef Suffix) const
Check if this string ends with the given Suffix.
A switch()-like statement whose cases are string literals.
StringSwitch & Case(StringLiteral S, T Value)
StringSwitch & StartsWith(StringLiteral S, T Value)
StringSwitch & Cases(StringLiteral S0, StringLiteral S1, T Value)
StringSwitch & EndsWith(StringLiteral S, T Value)
Triple - Helper class for working with autoconf configuration names.
bool isMacOSXVersionLT(unsigned Major, unsigned Minor=0, unsigned Micro=0) const
Comparison function for checking OS X version compatibility, which handles supporting skewed version ...
VersionTuple getOSVersion() const
Parse the version number from the OS name component of the triple, if present.
StringRef getVendorName() const
Get the vendor (second) component of the triple.
VersionTuple getWatchOSVersion() const
Parse the version number as with getOSVersion.
void setArchName(StringRef Str)
Set the architecture (first) component of the triple by name.
void setObjectFormat(ObjectFormatType Kind)
Set the object file format.
llvm::Triple get32BitArchVariant() const
Form a triple with a 32-bit variant of the current architecture.
Triple()=default
Default constructor is the same as an empty string and leaves all triple fields unknown.
std::string normalize() const
Return the normalized form of this triple's string.
unsigned getArchPointerBitWidth() const
Returns the pointer width of this architecture.
llvm::Triple getLittleEndianArchVariant() const
Form a triple with a little endian variant of the current architecture.
static StringRef getVendorTypeName(VendorType Kind)
Get the canonical name for the Kind vendor.
ObjectFormatType getObjectFormat() const
Get the object format for this triple.
SubArchType getSubArch() const
get the parsed subarchitecture type for this triple.
bool isArm64e() const
Tests whether the target is the Apple "arm64e" AArch64 subarch.
void setVendorName(StringRef Str)
Set the vendor (second) component of the triple by name.
void setOSAndEnvironmentName(StringRef Str)
Set the operating system and optional environment components with a single string.
llvm::Triple get64BitArchVariant() const
Form a triple with a 64-bit variant of the current architecture.
bool isLittleEndian() const
Tests whether the target triple is little endian.
void setEnvironment(EnvironmentType Kind)
Set the environment (fourth) component of the triple to a known type.
StringRef getOSName() const
Get the operating system (third) component of the triple.
void setTriple(const Twine &Str)
Set all components to the new triple Str.
OSType getOS() const
Get the parsed operating system type of this triple.
VersionTuple getEnvironmentVersion() const
Parse the version number from the OS name component of the triple, if present.
static ArchType getArchTypeForLLVMName(StringRef Str)
The canonical type for the given LLVM architecture name (e.g., "x86").
ArchType getArch() const
Get the parsed architecture type of this triple.
StringRef getEnvironmentName() const
Get the optional environment (fourth) component of the triple, or "" if empty.
bool isSimulatorEnvironment() const
VersionTuple getDXILVersion() const
Parse the DXIL version number from the OSVersion and DXIL version (SubArch).
const std::string & str() const
EnvironmentType getEnvironment() const
Get the parsed environment type of this triple.
VersionTuple getVulkanVersion() const
Parse the Vulkan version number from the OSVersion and SPIR-V version (SubArch).
VersionTuple getDriverKitVersion() const
Parse the version number as with getOSVersion.
static StringRef getArchTypeName(ArchType Kind)
Get the canonical name for the Kind architecture.
static StringRef getOSTypeName(OSType Kind)
Get the canonical name for the Kind operating system.
std::string merge(const Triple &Other) const
Merge target triples.
@ ImaginationTechnologies
VersionTuple getMinimumSupportedOSVersion() const
Some platforms have different minimum supported OS versions that varies by the architecture specified...
bool isArch64Bit() const
Test whether the architecture is 64-bit.
StringRef getOSAndEnvironmentName() const
Get the operating system and optional environment components as a single string (separated by a '-' i...
@ ARMSubArch_v8m_mainline
@ ARMSubArch_v8m_baseline
@ ARMSubArch_v8_1m_mainline
bool getMacOSXVersion(VersionTuple &Version) const
Parse the version number as with getOSVersion and then translate generic "darwin" versions to the cor...
bool isMacOSX() const
Is this a Mac OS X triple.
void setEnvironmentName(StringRef Str)
Set the optional environment (fourth) component of the triple by name.
void setOS(OSType Kind)
Set the operating system (third) component of the triple to a known type.
void setOSName(StringRef Str)
Set the operating system (third) component of the triple by name.
VendorType getVendor() const
Get the parsed vendor type of this triple.
static StringRef getEnvironmentTypeName(EnvironmentType Kind)
Get the canonical name for the Kind environment.
bool isOSVersionLT(unsigned Major, unsigned Minor=0, unsigned Micro=0) const
Helper function for doing comparisons against version numbers included in the target triple.
static VersionTuple getCanonicalVersionForOS(OSType OSKind, const VersionTuple &Version)
Returns a canonicalized OS version number for the specified OS.
StringRef getArchName() const
Get the architecture (first) component of the triple.
bool isMacCatalystEnvironment() const
static StringRef getObjectFormatTypeName(ObjectFormatType ObjectFormat)
Get the name for the Object format.
bool isArch16Bit() const
Test whether the architecture is 16-bit.
llvm::Triple getBigEndianArchVariant() const
Form a triple with a big endian variant of the current architecture.
VersionTuple getiOSVersion() const
Parse the version number as with getOSVersion.
StringRef getEnvironmentVersionString() const
Get the version component of the environment component as a single string (the version after the envi...
bool isArch32Bit() const
Test whether the architecture is 32-bit.
bool isCompatibleWith(const Triple &Other) const
Test whether target triples are compatible.
bool hasEnvironment() const
Does this triple have the optional environment (fourth) component?
static StringRef getArchTypePrefix(ArchType Kind)
Get the "prefix" canonical name for the Kind architecture.
void setArch(ArchType Kind, SubArchType SubArch=NoSubArch)
Set the architecture (first) component of the triple to a known type.
void setVendor(VendorType Kind)
Set the vendor (second) component of the triple to a known type.
Twine - A lightweight data structure for efficiently representing the concatenation of temporary valu...
std::string str() const
Return the twine contents as a std::string.
Represents a version number in the form major[.minor[.subminor[.build]]].
unsigned getMajor() const
Retrieve the major version number.
bool empty() const
Determine whether this version information is empty (e.g., all version components are zero).
std::optional< unsigned > getMinor() const
Retrieve the minor version number, if provided.
#define llvm_unreachable(msg)
Marks that the current location is not supposed to be reachable.
StringRef getCanonicalArchName(StringRef Arch)
MArch is expected to be of the form (arm|thumb)?(eb)?(v.
ISAKind parseArchISA(StringRef Arch)
ArchKind parseArch(StringRef Arch)
ProfileKind parseArchProfile(StringRef Arch)
unsigned parseArchVersion(StringRef Arch)
EndianKind parseArchEndian(StringRef Arch)
@ C
The default llvm calling convention, compatible with C.
static const bool IsLittleEndianHost
This is an optimization pass for GlobalISel generic memory operations.
void report_fatal_error(Error Err, bool gen_crash_diag=true)
Report a serious error, calling any installed error handler.
void swap(llvm::BitVector &LHS, llvm::BitVector &RHS)
Implement std::swap in terms of BitVector swap.