| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | InfoStreamBuilder.cpp | 25 : 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 D | X86Instr3DNow.td | 30 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 D | LangOptions.cpp | 49 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 D | AMDGPUUnifyMetadata.cpp | 67 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 D | MinGW.cpp | 342 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 D | MinGW.h | 107 std::string Ver; variable
|
| H A D | Cuda.cpp | 137 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 D | AMDGPU.cpp | 299 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 D | InfoStreamBuilder.h | 62 PdbRaw_ImplVer Ver; variable
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | pdb-unknown-subsection.s | 15 # CHECK: machine = intel x86-x64, Ver = clang version SENTINEL, language = c
|
| H A D | pdb-linker-module.test | 14 SYMS-NEXT: machine = intel 80386, Ver = LLVM Linker, language = link
|
| H A D | pdb-comdat.test | 60 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 D | pdb-publics-import.test | 77 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 D | pdb-type-server-simple.test | 87 CHECK: machine = intel x86-x64, Ver = Microsoft (R) Optimizing Compiler, language = c
|
| H A D | pdb-symbol-types.yaml | 33 # CHECK: machine = intel x86-x64, Ver = Microsoft (R) Optimizing Compiler, language = c
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/COFF/ |
| H A D | compiler-version-overflow.ll | 5 ; CHECK-NEXT: machine = intel pentium 3, Ver = clang version 999999999999.9999999999.9999999.999999…
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSubtarget.cpp | 137 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 D | MemorySSA.h | 393 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 D | cv-compiler-info-clamp.ll | 59 ; 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 D | ARM.cpp | 157 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 D | llvm-objdump.cpp | 2306 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 D | CompilerInvocation.cpp | 3991 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 D | pdbdump-headers.test | 483 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
|