| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | OSTargets.cpp | 89 Str[2] = '0' + std::min(OsVersion.getMinor().value_or(0), 9U); in getDarwinDefines() 94 Str[1] = '0' + (OsVersion.getMinor().value_or(0) / 10); in getDarwinDefines() 95 Str[2] = '0' + (OsVersion.getMinor().value_or(0) % 10); in getDarwinDefines() 103 Str[2] = '0' + (OsVersion.getMinor().value_or(0) / 10); in getDarwinDefines() 104 Str[3] = '0' + (OsVersion.getMinor().value_or(0) % 10); in getDarwinDefines() 118 assert(OsVersion.getMinor().value_or(0) < 100 && in getDarwinDefines() 128 assert(OsVersion.getMinor().value_or(0) < 100 && in getDarwinDefines()
|
| H A D | SystemZ.cpp | 191 Librel |= V.getMinor().value_or(1) << 16; in getTargetDefines()
|
| H A D | OSTargets.h | 1030 if (auto Minor = Version.getMinor()) in getOSDefines()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | AArch64TargetParser.h | 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/include/llvm/TextAPI/ |
| H A D | PackedVersion.h | 39 if (auto VTMinor = VT.getMinor()) in PackedVersion() 52 unsigned getMinor() const { return (Version >> 8) & 0xff; } in getMinor() function
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | PackedVersion.cpp | 112 if (getMinor() || getSubminor()) in print() 113 OS << format(".%d", getMinor()); in print()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCDXContainerWriter.cpp | 94 static_cast<uint8_t>(Version.getMinor().value_or(0)); in writeObject() 106 Header.Bitcode.MinorVersion = DXILVersion.getMinor().value_or(0); in writeObject()
|
| H A D | MCStreamer.cpp | 1544 LinkedTargetVersion.getMinor().value_or(0), in emitVersionForTarget() 1550 LinkedTargetVersion.getMinor().value_or(0), in emitVersionForTarget() 1562 TVLinkedTargetVersion.getMinor().value_or(0), in emitVersionForTarget() 1573 LinkedTargetVersion.getMinor().value_or(0), in emitVersionForTarget()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | VersionTuple.h | 75 std::optional<unsigned> getMinor() const { in getMinor() function 200 if (auto Minor = Value.getMinor())
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILTranslateMetadata.cpp | 244 IRB.getInt32(MMDI.ValidatorVersion.getMinor().value_or(0))); in emitValidatorVersionMD() 259 SMVals[2] = ConstantAsMetadata::get(IRB.getInt32(SM.getMinor().value_or(0))); in emitShaderModelVersionMD() 271 ConstantAsMetadata::get(IRB.getInt32(DXILVer.getMinor().value_or(0))); in emitDXILVersionTupleMD()
|
| H A D | DXILPrepare.cpp | 228 bool SkipValidation = ValVer.getMajor() == 0 && ValVer.getMinor() == 0; in runOnModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | VersionTuple.cpp | 32 if (std::optional<unsigned> Minor = V.getMinor()) in operator <<()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | HLSL.cpp | 156 Version.getSubminor() || !Version.getMinor()) { in isLegalValidatorVersion() 163 uint64_t Minor = *Version.getMinor(); in isLegalValidatorVersion()
|
| H A D | Flang.cpp | 350 ver = vt.getMajor() * 10000000 + vt.getMinor().value_or(0) * 100000 + in addVSDefines()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBModule.cpp | 605 if (version.getMinor()) in GetVersion() 616 versions[1] = version.getMinor().value_or(UINT32_MAX); in GetVersion()
|
| H A D | SBPlatform.cpp | 479 return version.getMinor().value_or(UINT32_MAX); in GetOSMinorVersion()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Multilib.cpp | 458 if (M.MultilibVersion.getMinor() > MultilibVersionCurrent.getMinor()) in validate()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Config.h | 50 (version.getMinor().value_or(0) << 010) | in encodeVersion()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | DarwinSDKInfo.cpp | 32 if (Key.getMinor()) in map()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGHLSLRuntime.cpp | 53 Version.getSubminor() || !Version.getMinor()) { in addDxilValVersion() 58 uint64_t Minor = *Version.getMinor(); in addDxilValVersion()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 434 unsigned Minor = Version.getMinor().value_or(0); in InitializeStandardPredefinedMacros() 985 "1" + Twine(std::min(8U, version.getMinor().value_or(0)))); in InitializePredefinedMacros() 990 unsigned minor = tuple.getMinor().value_or(0); in InitializePredefinedMacros()
|
| /freebsd/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesWriter.cpp | 393 if (VT.getMinor()) in getVersionTupleSize() 426 else if (VT.getMinor()) in emitVersionTuple() 434 if (auto minor = VT.getMinor()) in emitVersionTuple()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVAsmPrinter.cpp | 125 uint32_t Minor = SPIRVVersion.getMinor().value_or(0); in emitEndOfAsmFile()
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.cpp | 80 Version["minor"] = V.getMinor().value_or(0); in serializeSemanticVersion()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Module.cpp | 819 if (auto Minor = V.getMinor()) { in addSDKVersionMD()
|