Home
last modified time | relevance | path

Searched refs:Version (Results 1 – 25 of 1326) sorted by relevance

12345678910>>...54

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DPackedVersion.h29 uint32_t Version{0};
33 constexpr PackedVersion(uint32_t RawVersion) : Version(RawVersion) {} in PackedVersion()
35 : Version((Major << 16) | ((Minor & 0xff) << 8) | (Subminor & 0xff)) {} in PackedVersion()
46 bool empty() const { return Version == 0; } in empty()
49 unsigned getMajor() const { return Version >> 16; } in getMajor()
52 unsigned getMinor() const { return (Version >> 8) & 0xff; } in getMinor()
55 unsigned getSubminor() const { return Version & 0xff; } in getSubminor()
60 bool operator<(const PackedVersion &O) const { return Version < O.Version; }
62 bool operator==(const PackedVersion &O) const { return Version == O.Version; }
64 bool operator!=(const PackedVersion &O) const { return Version != O.Version; }
[all …]
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DPlatform.cpp91 std::string Version) { in getOSAndEnvironmentName() argument
94 return "darwin" + Version; in getOSAndEnvironmentName()
96 return "macos" + Version; in getOSAndEnvironmentName()
98 return "ios" + Version; in getOSAndEnvironmentName()
100 return "tvos" + Version; in getOSAndEnvironmentName()
102 return "watchos" + Version; in getOSAndEnvironmentName()
104 return "bridgeos" + Version; in getOSAndEnvironmentName()
106 return "ios" + Version + "-macabi"; in getOSAndEnvironmentName()
108 return "ios" + Version + "-simulator"; in getOSAndEnvironmentName()
110 return "tvos" + Version + "-simulator"; in getOSAndEnvironmentName()
[all …]
H A DPackedVersion.cpp23 Version = 0; in parse32()
41 Version = Num << 16; in parse32()
50 Version |= (Num << ShiftNum); in parse32()
58 Version = 0; in parse64()
80 Version = Num << 16; in parse64()
94 Version |= (Num << ShiftNum); in parse64()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DCuda.cpp11 CudaVersion Version; member
53 for (auto *I = CudaNameVersionMap; I->Version != CudaVersion::UNKNOWN; ++I) in CudaVersionToString()
54 if (I->Version == V) in CudaVersionToString()
62 for (auto *I = CudaNameVersionMap; I->Version != CudaVersion::UNKNOWN; ++I) in CudaStringToVersion()
64 return I->Version; in CudaStringToVersion()
68 CudaVersion ToCudaVersion(llvm::VersionTuple Version) { in ToCudaVersion() argument
69 for (auto *I = CudaNameVersionMap; I->Version != CudaVersion::UNKNOWN; ++I) in ToCudaVersion()
70 if (I->TVersion == Version) in ToCudaVersion()
71 return I->Version; in ToCudaVersion()
149 bool CudaFeatureEnabled(llvm::VersionTuple Version, CudaFeature Feature) { in CudaFeatureEnabled() argument
[all …]
H A DObjCRuntime.cpp63 Version = VersionTuple(0); in tryParse()
75 Version = VersionTuple(1, 6); in tryParse()
81 Version = VersionTuple(0, 8); in tryParse()
89 if (Version.tryParse(verString)) in tryParse()
93 if (kind == ObjCRuntime::ObjFW && Version > VersionTuple(0, 8)) in tryParse()
94 Version = VersionTuple(0, 8); in tryParse()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1063 auto Version = getIsaVersion(STI.getCPU()); in toString() local
1073 if (Version.Major >= 9) in toString()
1076 Processor = (Twine("gfx") + Twine(Version.Major) + Twine(Version.Minor) + in toString()
1077 Twine(Version.Stepping)) in toString()
1190 IsaVersion Version = getIsaVersion(STI->getCPU()); in getSGPRAllocGranule() local
1191 if (Version.Major >= 10) in getSGPRAllocGranule()
1193 if (Version.Major >= 8) in getSGPRAllocGranule()
1201 IsaVersion Version = getIsaVersion(STI->getCPU()); in getTotalNumSGPRs() local
1202 if (Version.Major >= 8) in getTotalNumSGPRs()
1211 IsaVersion Version = getIsaVersion(STI->getCPU()); in getAddressableNumSGPRs() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDistro.cpp32 Distro::DistroType Version = Distro::UnknownDistro; in DetectOsRelease() local
36 if (Version == Distro::UnknownDistro && Line.starts_with("ID=")) in DetectOsRelease()
37 Version = llvm::StringSwitch<Distro::DistroType>(Line.substr(3)) in DetectOsRelease()
47 return Version; in DetectOsRelease()
58 Distro::DistroType Version = Distro::UnknownDistro; in DetectLsbRelease() local
61 if (Version == Distro::UnknownDistro && in DetectLsbRelease()
63 Version = llvm::StringSwitch<Distro::DistroType>(Line.substr(17)) in DetectLsbRelease()
101 return Version; in DetectLsbRelease()
105 Distro::DistroType Version = Distro::UnknownDistro; in DetectDistro() local
109 Version = DetectOsRelease(VFS); in DetectDistro()
[all …]
/freebsd/sys/netinet/libalias/
H A DHISTORY2 Version 1.0: August 11, 1996 (cjm)
4 Version 1.1: August 20, 1996 (cjm)
7 Version 1.2: September 7, 1996 (cjm)
10 Version 1.3: September 15, 1996 (cjm)
18 Version 1.4: September 16, 1996 (cjm)
20 Version 1.5: September 17, 1996 (cjm)
24 Version 1.6: September 18, 1996
30 Version 1.7: January 9, 1997 (cjm)
49 Version 1.8: January 14, 1997 (cjm)
54 Version 1.9: February 1, 1997 (Eivind Eklund <perhaps@yes.no>)
[all …]
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp30 RISCVISAUtils::ExtensionVersion Version; member
74 static void PrintExtension(StringRef Name, StringRef Version, in PrintExtension() argument
78 outs() << left_justify(Name, 21) << left_justify(Version, VersionWidth) in PrintExtension()
88 ExtMap[E.Name] = {E.Version.Major, E.Version.Minor}; in printSupportedExtensions()
90 std::string Version = in printSupportedExtensions() local
92 PrintExtension(E.first, Version, DescMap[E.first]); in printSupportedExtensions()
98 ExtMap[E.Name] = {E.Version.Major, E.Version.Minor}; in printSupportedExtensions()
100 std::string Version = in printSupportedExtensions() local
102 PrintExtension(E.first, Version, DescMap["experimental-" + E.first]); in printSupportedExtensions()
127 FullExtMap[E.Name] = {E.Version.Major, E.Version.Minor}; in printEnabledExtensions()
[all …]
H A DTriple.cpp551 unsigned Version = ARM::parseArchVersion(ArchName); in parseARMArch() local
552 if (Profile == ARM::ProfileKind::M && Version == 6) { in parseARMArch()
1388 VersionTuple Version; in parseVersionFromName() local
1389 Version.tryParse(Name); in parseVersionFromName()
1390 return Version.withoutBuild(); in parseVersionFromName()
1434 bool Triple::getMacOSXVersion(VersionTuple &Version) const { in getMacOSXVersion()
1435 Version = getOSVersion(); in getMacOSXVersion()
1441 if (Version.getMajor() == 0) in getMacOSXVersion()
1442 Version = VersionTuple(8); in getMacOSXVersion()
1444 if (Version.getMajor() < 4) { in getMacOSXVersion()
[all …]
/freebsd/lib/libcxxrt/
H A DMakefile27 .if exists(Version.map.${MACHINE})
28 VERSION_MAP= ${.CURDIR}/Version.map.${MACHINE}
31 VERSION_MAP= Version-32.map
33 VERSION_MAP= Version-64.map
36 Version-32.map: Version.map
39 Version-64.map: Version.map
/freebsd/contrib/libfido2/
H A DNEWS1 * Version 1.16.0 (2025-05-06)
11 * Version 1.15.0 (2024-06-13)
23 * Version 1.14.0 (2023-11-13)
33 * Version 1.13.0 (2023-02-20)
41 * Version 1.12.0 (2022-09-22)
63 * Version 1.11.0 (2022-05-03)
74 * Version 1.10.0 (2022-01-17)
88 * Version 1.9.0 (2021-10-27)
110 * Version 1.8.0 (2021-07-22)
130 * Version 1.7.0 (2021-03-29)
[all …]
/freebsd/sbin/natd/
H A DHISTORY1 * Version 0.1
5 * Version 0.2
15 * Version 1.0
19 * Version 1.1
26 * Version 1.2
32 * Version 1.3
42 * Version 1.4
76 * Version 1.5
83 * Version 1.6
92 * Version 1.7
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dkicad17 >>>>20 regex [0-9.]+ (Version %s)
25 >>>>24 string Version
27 >>>>>>32 string x (Version %s)
35 >>>>27 regex [0-9.]+ (Version %s)
41 >>17 string Version
43 >>>>25 string x (Version %s)
49 >>17 string Version
51 >>>>25 string x (Version %s)
59 >>>>20 regex [0-9.]+ (Version %s)
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DAArch64TargetParser.h101 VersionTuple Version; // Architecture version, major + minor. member
128 if (this->Version.getMajor() == Other.Version.getMajor()) { in implies()
129 return this->Version > Other.Version; in implies()
131 if (this->Version.getMajor() == 9 && Other.Version.getMajor() == 8) { in implies()
132 assert(this->Version.getMinor() && Other.Version.getMinor() && in implies()
134 return this->Version.getMinor().value_or(0) + 5 >= in implies()
135 Other.Version.getMinor().value_or(0); in implies()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DIndexedMemProfData.cpp37 memprof::MemProfSchema *Schema, memprof::IndexedVersion Version, in writeMemProfRecords() argument
40 memprof::RecordWriterTrait RecordWriter(Schema, Version, in writeMemProfRecords()
222 memprof::IndexedVersion Version, bool MemProfFullSchema, in writeMemProfRadixTreeBased() argument
226 assert((Version == memprof::Version3 || Version == memprof::Version4) && in writeMemProfRadixTreeBased()
229 OS.write(Version); // Write the specific version (V3 or V4) in writeMemProfRadixTreeBased()
234 if (Version >= memprof::Version4) { in writeMemProfRadixTreeBased()
263 OS, MemProfData.Records, &Schema, Version, &MemProfCallStackIndexes); in writeMemProfRadixTreeBased()
267 assert(Version >= memprof::Version4 && in writeMemProfRadixTreeBased()
285 if (Version >= memprof::Version4) in writeMemProfRadixTreeBased()
355 if (Version >= memprof::Version2) { in deserializeV2()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAvailability.h35 VersionTuple Version; variable
43 AvailabilitySpec(VersionTuple Version, StringRef Platform, in AvailabilitySpec() argument
45 : Version(Version), Platform(Platform), BeginLoc(BeginLoc), in AvailabilitySpec()
52 VersionTuple getVersion() const { return Version; } in getVersion()
58 bool isOtherPlatformSpec() const { return Version.empty(); } in isOtherPlatformSpec()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHLSL.cpp32 auto Version = T.getOSVersion(); in isLegalShaderModel() local
33 if (Version.getBuild()) in isLegalShaderModel()
35 if (Version.getSubminor()) in isLegalShaderModel()
50 return MinVer <= Version; in isLegalShaderModel()
54 if (Version == SM6x) in isLegalShaderModel()
58 return MinVer <= Version; in isLegalShaderModel()
63 return MinVer <= Version; in isLegalShaderModel()
154 VersionTuple Version; in isLegalValidatorVersion() local
155 if (Version.tryParse(ValVersionStr) || Version.getBuild() || in isLegalValidatorVersion()
156 Version.getSubminor() || !Version.getMinor()) { in isLegalValidatorVersion()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DTrace.cpp182 (FileHeader.Version >= 3 ? Record.PId != PId : false)) in loadNaiveFormatLog()
228 /// in Version 1 of the FDR log.
244 /// In Version 2, we make the following changes:
252 /// In Version 3, we make the following changes:
258 /// In Version 4, we make the following changes:
262 /// In Version 5, we make the following changes:
337 TraceExpander Expander(Adder, FileHeader.Version); in loadFDRLog()
359 FileHeader.Version = Trace.Header.Version; in loadYAMLLog()
365 if (FileHeader.Version ! in loadYAMLLog()
434 uint16_t Version = HeaderExtractor.getU16(&OffsetPtr); loadTrace() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DHeader.cpp26 OS << " Version = " << HEX16(H.Version) << '\n'; in operator <<()
45 if (Version != GSYM_VERSION) in checkForError()
47 "unsupported GSYM version %u", Version); in checkForError()
72 H.Version = Data.getU16(&Offset); in decode()
90 O.writeU16(Version); in encode()
102 return LHS.Magic == RHS.Magic && LHS.Version == RHS.Version && in operator ==()
/freebsd/crypto/openssl/test/recipes/75-test_quicapi_data/
H A Dssltraceref-zlib.txt3 Version = TLS 1.0 (0x301)
78 Version: 0x00000001
90 Version: 0x00000001
109 Version: 0x00000001
121 Version: 0x00000001
135 Version: 0x00000001
153 Version: 0x00000001
169 Version: 0x00000001
177 Version: 0x00000001
193 Version = TLS 1.2 (0x303)
[all …]
H A Dssltraceref.txt3 Version = TLS 1.0 (0x301)
76 Version: 0x00000001
88 Version: 0x00000001
107 Version: 0x00000001
119 Version: 0x00000001
133 Version: 0x00000001
151 Version: 0x00000001
167 Version: 0x00000001
175 Version: 0x00000001
191 Version = TLS 1.2 (0x303)
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h24 void getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion() argument
25 RawSymbol->getFrontEndVersion(Version); in getFrontEndVersion()
28 void getBackEndVersion(VersionInfo &Version) const { in getBackEndVersion() argument
29 RawSymbol->getBackEndVersion(Version); in getBackEndVersion()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmWriter.cpp64 uint32_t Version; in write() local
65 support::endian::write32le(&Version, Obj.Header.Version); in write()
66 Out.write(reinterpret_cast<const char *>(&Version), sizeof(Version)); in write()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp435 std::to_string(ArchInfo->Version.getMajor())); in getTargetDefines()
1105 if (Feature == "+v8a" && ArchInfo->Version < llvm::AArch64::ARMV8A.Version) in handleTargetFeatures()
1108 ArchInfo->Version < llvm::AArch64::ARMV8_1A.Version) in handleTargetFeatures()
1111 ArchInfo->Version < llvm::AArch64::ARMV8_2A.Version) in handleTargetFeatures()
1114 ArchInfo->Version < llvm::AArch64::ARMV8_3A.Version) in handleTargetFeatures()
1117 ArchInfo->Version < llvm::AArch64::ARMV8_4A.Version) in handleTargetFeatures()
1120 ArchInfo->Version < llvm::AArch64::ARMV8_5A.Version) in handleTargetFeatures()
1123 ArchInfo->Version < llvm::AArch64::ARMV8_6A.Version) in handleTargetFeatures()
1126 ArchInfo->Version < llvm::AArch64::ARMV8_7A.Version) in handleTargetFeatures()
1129 ArchInfo->Version < llvm::AArch64::ARMV8_8A.Version) in handleTargetFeatures()
[all …]

12345678910>>...54