Home
last modified time | relevance | path

Searched refs:Ver (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.cpp25 : Msf(Msf), Ver(PdbRaw_ImplVer::PdbImplVC70), Age(0), in InfoStreamBuilder()
30 void InfoStreamBuilder::setVersion(PdbRaw_ImplVer V) { Ver = V; } in setVersion()
66 H.Version = Ver; in commit()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86Instr3DNow.td30 string Ver = ""> {
34 !strconcat("int_x86_3dnow", Ver, "_", Mn)) VR64:$src1, VR64:$src2))]>,
38 !strconcat("int_x86_3dnow", Ver, "_", Mn)) VR64:$src1,
44 X86FoldableSchedWrite sched, string Ver = ""> {
47 !strconcat("int_x86_3dnow", Ver, "_", Mn)) VR64:$src))]>,
51 !strconcat("int_x86_3dnow", Ver, "_", Mn))
/llvm-project-15.0.7/clang/lib/Basic/
H A DLangOptions.cpp49 const int Ver = OpenCLCPlusPlus ? OpenCLCPlusPlusVersion : OpenCLVersion; in getOpenCLVersionTuple() local
50 if (OpenCLCPlusPlus && Ver != 100) in getOpenCLVersionTuple()
51 return VersionTuple(Ver / 100); in getOpenCLVersionTuple()
52 return VersionTuple(Ver / 100, (Ver % 100) / 10); in getOpenCLVersionTuple()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyMetadata.cpp67 auto Ver = (VersionMajor * 100) + (VersionMinor * 10); in unifyVersionMD() local
68 if (Ver > MaxVer) { in unifyVersionMD()
69 MaxVer = Ver; in unifyVersionMD()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DMinGW.cpp342 std::string &Ver, in findGccVersion() argument
356 Ver = std::string(VersionText); in findGccVersion()
359 return Ver.size(); in findGccVersion()
375 if (findGccVersion(LibDir, GccLibDir, Ver, GccVer)) { in findGccLibDir()
639 Ver); in AddClangCXXStdlibIncludeArgs()
641 llvm::sys::path::append(CppIncludeBases[2], "include", "c++", Ver); in AddClangCXXStdlibIncludeArgs()
H A DMinGW.h107 std::string Ver; variable
H A DCuda.cpp137 for (const char *Ver : Versions) in CudaInstallationDetector() local
140 Ver); in CudaInstallationDetector()
165 for (const char *Ver : Versions) in CudaInstallationDetector() local
166 Candidates.emplace_back(D.SysRoot + "/usr/local/cuda-" + Ver); in CudaInstallationDetector()
H A DAMDGPU.cpp299 auto Ver = GetROCmVersion(FileName); in getInstallationPathCandidates() local
300 if (LatestVer < Ver) { in getInstallationPathCandidates()
302 LatestVer = Ver; in getInstallationPathCandidates()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.h62 PdbRaw_ImplVer Ver; variable
/llvm-project-15.0.7/lld/test/COFF/
H A Dpdb-unknown-subsection.s15 # CHECK: machine = intel x86-x64, Ver = clang version SENTINEL, language = c
H A Dpdb-linker-module.test14 SYMS-NEXT: machine = intel 80386, Ver = LLVM Linker, language = link
H A Dpdb-comdat.test60 CHECK: machine = intel x86-x64, Ver = Microsoft (R) Optimizing Compiler, language = c
83 CHECK: machine = intel x86-x64, Ver = Microsoft (R) Optimizing Compiler, language = c
H A Dpdb-publics-import.test77 CHECK-NEXT: machine = intel x86-x64, Ver = LLVM Linker, language = link
86 CHECK-NEXT: machine = intel x86-x64, Ver = LLVM Linker, language = link
96 CHECK-NEXT: machine = intel x86-x64, Ver = LLVM Linker, language = link
H A Dpdb-type-server-simple.test87 CHECK: machine = intel x86-x64, Ver = Microsoft (R) Optimizing Compiler, language = c
H A Dpdb-symbol-types.yaml33 # CHECK: machine = intel x86-x64, Ver = Microsoft (R) Optimizing Compiler, language = c
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dcompiler-version-overflow.ll5 ; CHECK-NEXT: machine = intel pentium 3, Ver = clang version 999999999999.9999999999.9999999.999999…
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp137 int Ver = 0; in initializeSubtargetDependencies() local
138 if (!HvxVer.drop_front(5).consumeInteger(10, Ver) && Ver >= 68) in initializeSubtargetDependencies()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemorySSA.h393 unsigned Ver)
396 ID(Ver) {}
503 MemoryPhi(LLVMContext &C, BasicBlock *BB, unsigned Ver, unsigned NumPreds = 0)
504 : MemoryAccess(C, MemoryPhiVal, deleteMe, BB, 0), ID(Ver),
/llvm-project-15.0.7/llvm/test/MC/COFF/
H A Dcv-compiler-info-clamp.ll59 ; CODEVIEW-NEXT: machine = intel pentium 3, Ver = clang version 4.0.20211223 , language = c++
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp157 int Ver = getARMSubArchVersionNumber(Triple); in isHardTPSupported() local
160 (Ver >= 7 && AK != llvm::ARM::ArchKind::ARMV8MBaseline); in isHardTPSupported()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2306 const VersionEntry &Ver = in printSymbol() local
2309 if (!Ver.Name.empty()) in printSymbol()
2310 Str = Ver.IsVerDef ? ' ' + Ver.Name : '(' + Ver.Name + ')'; in printSymbol()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp3991 StringRef Ver = A->getValue(); in ParseLangArgs() local
3992 std::pair<StringRef, StringRef> VerParts = Ver.split('.'); in ParseLangArgs()
4002 : VerParts.first.size() == Ver.size() || in ParseLangArgs()
4021 } else if (Ver != "latest") { in ParseLangArgs()
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/
H A Dpdbdump-headers.test483 ALL-NEXT: machine = intel pentium 3, Ver = Microsoft (R) Optimizing Compiler, language = c…
499 ALL-NEXT: machine = intel 80386, Ver = Microsoft (R) LINK, language = link