| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | Solver.h | 49 Satisfiable(llvm::DenseMap<AtomicBoolValue *, Assignment> Solution) { in Satisfiable() 50 return Result(Status::Satisfiable, std::move(Solution)); in Satisfiable() 69 return Solution; in getSolution() 75 std::optional<llvm::DenseMap<AtomicBoolValue *, Assignment>> Solution) in Result() 76 : SATCheckStatus(SATCheckStatus), Solution(std::move(Solution)) {} in Result() 79 std::optional<llvm::DenseMap<AtomicBoolValue *, Assignment>> Solution; member
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/ |
| H A D | Solution.h | 26 class Solution { 33 Solution() = default;
|
| H A D | ReductionRules.h | 180 Solution backpropagate(GraphT& G, StackT stack) { in backpropagate() 185 Solution s; in backpropagate()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/ |
| H A D | DebugSupport.cpp | 187 auto Solution = Result.getSolution(); in debugString() local 188 auto SolutionString = Solution ? "\n" + debugString(*Solution) : ""; in debugString()
|
| H A D | WatchedLiteralsSolver.cpp | 555 llvm::DenseMap<AtomicBoolValue *, Solver::Result::Assignment> Solution; in buildSolution() local 560 Solution[Atomic.second] = in buildSolution() 565 return Solution; in buildSolution()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | RegAllocPBQP.cpp | 175 const PBQP::Solution &Solution, 717 const PBQP::Solution &Solution, in mapPBQPToRegAlloc() argument 735 unsigned AllocOpt = Solution.getSelection(NId); in mapPBQPToRegAlloc() 870 PBQP::Solution Solution = PBQP::RegAlloc::solve(G); in runOnMachineFunction() local 871 PBQPAllocComplete = mapPBQPToRegAlloc(G, Solution, VRM, *VRegSpiller); in runOnMachineFunction()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | RegAllocPBQP.h | 292 Solution solve() { in solve() 294 Solution S; in solve() 522 inline Solution solve(PBQPRAGraph& G) { in solve() 524 return Solution(); in solve()
|
| /openbsd-src/gnu/llvm/clang/tools/clang-format-vs/ |
| H A D | ClangFormat.sln | 2 Microsoft Visual Studio Solution File, Format Version 12.00
|
| /openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/ |
| H A D | CapturingConfigInfo.rst | 30 The Solution
|
| H A D | FileTimeType.rst | 468 Selected Solution - Using ``__int128_t``
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 2080 void SolveRecurse(SmallVectorImpl<const Formula *> &Solution, 2086 void Solve(SmallVectorImpl<const Formula *> &Solution) const; 2103 void ImplementSolution(const SmallVectorImpl<const Formula *> &Solution); 5067 void LSRInstance::SolveRecurse(SmallVectorImpl<const Formula *> &Solution, in SolveRecurse() argument 5128 SolveRecurse(Solution, SolutionCost, Workspace, NewCost, in SolveRecurse() 5140 Solution = Workspace; in SolveRecurse() 5149 void LSRInstance::Solve(SmallVectorImpl<const Formula *> &Solution) const { in Solve() 5159 SolveRecurse(Solution, SolutionCost, Workspace, CurCost, in Solve() 5161 if (Solution.empty()) { in Solve() 5175 Solution[i]->print(dbgs()); in Solve() [all …]
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/21_strings/ |
| H A D | gotw29a.txt | 2 Subject: Guru of the Week #29: Solution
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/html/21_strings/ |
| H A D | gotw29a.txt | 2 Subject: Guru of the Week #29: Solution
|
| /openbsd-src/gnu/usr.bin/perl/os2/ |
| H A D | Changes | 295 Solution: create a small duplicate of libperl.lib with overriding 315 Resolved: $^X was always uppercased (cosmetic). Solution: 321 Solution: resolve WinCancelShutdown at run time, keep the refcount 325 Solution: resolve WinGetLastError at run time, call it.
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | InstrRefDebugInfo.md | 18 # Solution: instruction referencing
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlreftut.pod | 58 =head1 The Solution 287 =head1 Solution chapter
|
| H A D | perlpodspec.pod | 1026 EE<lt>euro>1,000,000 Solution>" is valid, as is "LE<lt>The 1027 EE<lt>euro>1,000,000 Solution|Million::Euros>".
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCSchedule440.td | 21 // Carlos Sosa and Brant Knudson. IBM System Blue Gene Solution:
|
| /openbsd-src/sys/dev/eisa/ |
| H A D | eisadevs | 67 vendor IMS Integrated Micro Solution Inc. 644 /* Integrated Micro Solution Inc. products */
|
| /openbsd-src/gnu/llvm/lldb/docs/resources/ |
| H A D | test.rst | 622 #. Right click the Project node in Solution Explorer.
|
| /openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/corpus/ |
| H A D | perlpodspec-copy.pod | 995 EE<lt>euro>1,000,000 Solution>" is valid, as is "LE<lt>The 996 EE<lt>euro>1,000,000 Solution|Million::Euros>".
|
| /openbsd-src/gnu/llvm/llvm/cmake/modules/ |
| H A D | AddLLVM.cmake | 1918 # Tests should be excluded from "Build Solution".
|
| /openbsd-src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/ |
| H A D | AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md | 16 - [4. Extension Solution](#extension-solution) 120 Solution](#extension-solution) provides an overview of the proposal, using 847 # 4. Extension Solution
|
| /openbsd-src/sys/dev/usb/ |
| H A D | usbdevs | 504 vendor ISSC 0x1131 Integrated System Solution Corp. 2527 /* Integrated System Solution Corp. */
|
| /openbsd-src/gnu/usr.bin/binutils/ld/ |
| H A D | ld.texinfo | 2056 Solution 1: 2069 Solution 2:
|