Home
last modified time | relevance | path

Searched defs:Version (Results 1 – 25 of 223) sorted by relevance

123456789

/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DDistro.cpp33 Distro::DistroType Version = Distro::UnknownDistro; in DetectOsRelease() local
59 Distro::DistroType Version = Distro::UnknownDistro; in DetectLsbRelease() local
103 Distro::DistroType Version = Distro::UnknownDistro; DetectDistro() local
192 int Version; DetectDistro() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h24 void getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion()
28 void getBackEndVersion(VersionInfo &Version) const { in getBackEndVersion()
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DCuda.cpp12 CudaVersion Version; member
65 ToCudaVersion(llvm::VersionTuple Version) ToCudaVersion() argument
244 CudaFeatureEnabled(llvm::VersionTuple Version,CudaFeature Feature) CudaFeatureEnabled() argument
248 CudaFeatureEnabled(CudaVersion Version,CudaFeature Feature) CudaFeatureEnabled() argument
[all...]
H A DDarwinSDKInfo.cpp70 VersionTuple Version; in getVersionKey() local
78 auto Version = getVersionKey(*Obj, "Version"); in parseDarwinSDKSettingsJSON() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DAvailability.h34 VersionTuple Version; global() variable
42 AvailabilitySpec(VersionTuple Version,StringRef Platform,SourceLocation BeginLoc,SourceLocation EndLoc) AvailabilitySpec() argument
/freebsd-src/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp488 unsigned Version = ARM::parseArchVersion(ArchName); parseARMArch() local
1211 VersionTuple Version; parseVersionFromName() local
1298 VersionTuple Version = getOSVersion(); getiOSVersion() local
1306 VersionTuple Version = getOSVersion(); getiOSVersion() local
1327 VersionTuple Version = getOSVersion(); getWatchOSVersion() local
1346 VersionTuple Version = getOSVersion(); getDriverKitVersion() local
1935 getCanonicalVersionForOS(OSType OSKind,const VersionTuple & Version) getCanonicalVersionForOS() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp799 auto Version = getIsaVersion(STI.getCPU()); toString() local
934 IsaVersion Version = getIsaVersion(STI->getCPU()); getSGPRAllocGranule() local
947 IsaVersion Version = getIsaVersion(STI->getCPU()); getTotalNumSGPRs() local
957 IsaVersion Version = getIsaVersion(STI->getCPU()); getAddressableNumSGPRs() local
968 IsaVersion Version = getIsaVersion(STI->getCPU()); getMinNumSGPRs() local
987 IsaVersion Version = getIsaVersion(STI->getCPU()); getMaxNumSGPRs() local
1005 IsaVersion Version = getIsaVersion(STI->getCPU()); getNumExtraSGPRs() local
1138 IsaVersion Version = getIsaVersion(STI->getCPU()); initDefaultAMDKernelCodeT() local
1174 IsaVersion Version = getIsaVersion(STI->getCPU()); getDefaultAmdhsaKernelDescriptor() local
1256 getVmcntBitMask(const IsaVersion & Version) getVmcntBitMask() argument
1262 getLoadcntBitMask(const IsaVersion & Version) getLoadcntBitMask() argument
1266 getSamplecntBitMask(const IsaVersion & Version) getSamplecntBitMask() argument
1270 getBvhcntBitMask(const IsaVersion & Version) getBvhcntBitMask() argument
1274 getExpcntBitMask(const IsaVersion & Version) getExpcntBitMask() argument
1278 getLgkmcntBitMask(const IsaVersion & Version) getLgkmcntBitMask() argument
1282 getDscntBitMask(const IsaVersion & Version) getDscntBitMask() argument
1286 getKmcntBitMask(const IsaVersion & Version) getKmcntBitMask() argument
1290 getStorecntBitMask(const IsaVersion & Version) getStorecntBitMask() argument
1294 getWaitcntBitMask(const IsaVersion & Version) getWaitcntBitMask() argument
1306 decodeVmcnt(const IsaVersion & Version,unsigned Waitcnt) decodeVmcnt() argument
1314 decodeExpcnt(const IsaVersion & Version,unsigned Waitcnt) decodeExpcnt() argument
1319 decodeLgkmcnt(const IsaVersion & Version,unsigned Waitcnt) decodeLgkmcnt() argument
1324 decodeWaitcnt(const IsaVersion & Version,unsigned Waitcnt,unsigned & Vmcnt,unsigned & Expcnt,unsigned & Lgkmcnt) decodeWaitcnt() argument
1331 decodeWaitcnt(const IsaVersion & Version,unsigned Encoded) decodeWaitcnt() argument
1339 encodeVmcnt(const IsaVersion & Version,unsigned Waitcnt,unsigned Vmcnt) encodeVmcnt() argument
1348 encodeExpcnt(const IsaVersion & Version,unsigned Waitcnt,unsigned Expcnt) encodeExpcnt() argument
1354 encodeLgkmcnt(const IsaVersion & Version,unsigned Waitcnt,unsigned Lgkmcnt) encodeLgkmcnt() argument
1360 encodeWaitcnt(const IsaVersion & Version,unsigned Vmcnt,unsigned Expcnt,unsigned Lgkmcnt) encodeWaitcnt() argument
1369 encodeWaitcnt(const IsaVersion & Version,const Waitcnt & Decoded) encodeWaitcnt() argument
1373 getCombinedCountBitMask(const IsaVersion & Version,bool IsStore) getCombinedCountBitMask() argument
1388 decodeLoadcntDscnt(const IsaVersion & Version,unsigned LoadcntDscnt) decodeLoadcntDscnt() argument
1398 decodeStorecntDscnt(const IsaVersion & Version,unsigned StorecntDscnt) decodeStorecntDscnt() argument
1408 encodeLoadcnt(const IsaVersion & Version,unsigned Waitcnt,unsigned Loadcnt) encodeLoadcnt() argument
1414 encodeStorecnt(const IsaVersion & Version,unsigned Waitcnt,unsigned Storecnt) encodeStorecnt() argument
1420 encodeDscnt(const IsaVersion & Version,unsigned Waitcnt,unsigned Dscnt) encodeDscnt() argument
1426 encodeLoadcntDscnt(const IsaVersion & Version,unsigned Loadcnt,unsigned Dscnt) encodeLoadcntDscnt() argument
1434 encodeLoadcntDscnt(const IsaVersion & Version,const Waitcnt & Decoded) encodeLoadcntDscnt() argument
1438 encodeStorecntDscnt(const IsaVersion & Version,unsigned Storecnt,unsigned Dscnt) encodeStorecntDscnt() argument
1446 encodeStorecntDscnt(const IsaVersion & Version,const Waitcnt & Decoded) encodeStorecntDscnt() argument
2118 auto Version = getIsaVersion(STI.getCPU()); getNSAMaxSize() local
[all...]
H A DAMDGPUPALMetadata.h30 msgpack::DocNode Version; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DRISCVISAInfo.cpp
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DDarwinSDKInfo.h127 Version(Version) Version() argument
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/
H A DTarget.cpp43 auto Version = MinDeployment.empty() ? "" : MinDeployment.getAsString(); in operator std::string() local
77 auto Version = in getTargetTripleName() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/XRay/
H A DInstrumentationMap.h54 unsigned char Version; member
64 unsigned char Version; member
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp170 uint16_t Version) { in isBFDDeadAddressRange() argument
182 uint16_t Version, uint8_t AddressByteSize) { in isMAXPCDeadAddressRange() argument
197 uint16_t Version, TombstoneKind Tombstone, in isDeadAddressRange() argument
214 bool isDeadAddress(uint64_t LowPC, uint16_t Version, TombstoneKin argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h57 uint16_t Version; member
87 uint16_t Version; member
113 uint16_t Version; member
164 uint16_t Version; member
142 uint16_t Version; global() member
173 yaml::Hex16 Version; global() member
203 yaml::Hex16 Version; global() member
H A DCodeViewYAMLTypeHashing.h44 uint16_t Version; member
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHLSL.cpp32 auto Version = T.getOSVersion(); in isLegalShaderModel() local
114 VersionTuple Version; isLegalValidatorVersion() local
[all...]
H A DWebAssembly.cpp529 std::string Version = detectLibcxxVersion(LibPath); addLibCxxIncludePaths() local
558 std::string Version; addLibStdCXXIncludePaths() local
569 auto Version = Generic_GCC::GCCVersion::Parse(VersionText); addLibStdCXXIncludePaths() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAddr.h33 uint16_t Version; variable
H A DDWARFDebugPubTable.h54 uint16_t Version; member
/freebsd-src/contrib/llvm-project/lld/MachO/
H A DDriver.h95 Version = 0x00, enumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h225 setCurrentVersion(PackedVersion Version) setCurrentVersion() argument
231 setCompatibilityVersion(PackedVersion Version) setCompatibilityVersion() argument
239 setSwiftABIVersion(uint8_t Version) setSwiftABIVersion() argument
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmWriter.cpp66 uint32_t Version; in write() local
/freebsd-src/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesManager.h122 void setSwiftVersion(llvm::VersionTuple Version) { in setSwiftVersion() argument
/freebsd-src/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm28 sub Version { subroutine
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DHeader.h54 uint16_t Version; member

123456789