| /llvm-project-15.0.7/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 llvm::Optional<llvm::DenseMap<AtomicBoolValue *, Assignment>> Solution) in Result() 76 : SATCheckStatus(SATCheckStatus), Solution(std::move(Solution)) {} in Result() 79 llvm::Optional<llvm::DenseMap<AtomicBoolValue *, Assignment>> Solution; member
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/ |
| H A D | DebugSupport.cpp | 158 auto Solution = Result.getSolution(); in debugString() local 159 auto SolutionString = Solution ? "\n" + debugString(Solution.value()) : ""; in debugString()
|
| H A D | WatchedLiteralsSolver.cpp | 550 llvm::DenseMap<AtomicBoolValue *, Solver::Result::Assignment> Solution; in buildSolution() local 555 Solution[Atomic.second] = in buildSolution() 560 return Solution; in buildSolution()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/ |
| H A D | VisualStudio.py | 95 self._solution = self._interface.Solution 257 …startup_proj_name = str(self._fetch_property(self._interface.Solution.Properties, 'StartupProject'… 258 project = self._fetch_property(self._interface.Solution, startup_proj_name)
|
| /llvm-project-15.0.7/clang/tools/clang-format-vs/ |
| H A D | ClangFormat.sln | 2 Microsoft Visual Studio Solution File, Format Version 12.00
|
| /llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/ |
| H A D | SolverTest.cpp | 43 void expectSatisfiable(Solver::Result Result, Matcher Solution) { in expectSatisfiable() argument 45 EXPECT_THAT(Result.getSolution(), Optional(Solution)); in expectSatisfiable()
|
| /llvm-project-15.0.7/libcxx/docs/DesignDocs/ |
| H A D | CapturingConfigInfo.rst | 30 The Solution
|
| H A D | FileTimeType.rst | 468 Selected Solution - Using ``__int128_t``
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/AArch64/ |
| H A D | req-regs.ll | 6 ; CHECK-NOT: No Satisfactory Solution
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 2063 void SolveRecurse(SmallVectorImpl<const Formula *> &Solution, 2069 void Solve(SmallVectorImpl<const Formula *> &Solution) const; 5120 Solution = Workspace; in SolveRecurse() 5139 SolveRecurse(Solution, SolutionCost, Workspace, CurCost, in Solve() 5141 if (Solution.empty()) { in Solve() 5155 Solution[i]->print(dbgs()); in Solve() 5615 const SmallVectorImpl<const Formula *> &Solution) { in ImplementSolution() argument 5785 SmallVector<const Formula *, 8> Solution; in LSRInstance() local 5786 Solve(Solution); in LSRInstance() 5793 if (Solution.empty()) in LSRInstance() [all …]
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | InstrRefDebugInfo.md | 18 # Solution: instruction referencing
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | APIntTest.cpp | 2831 auto Validate = [] (int A, int B, int C, unsigned Width, int Solution) { in TEST() argument 2835 EXPECT_GE(Solution, 0); in TEST() 2875 if (Solution > 0) { in TEST() 2876 for (int X = 1; X < Solution-1; ++X) in TEST() 2881 EXPECT_PRED_FORMAT1(IsSolution, Solution); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCSchedule440.td | 21 // Carlos Sosa and Brant Knudson. IBM System Blue Gene Solution:
|
| /llvm-project-15.0.7/lldb/docs/resources/ |
| H A D | test.rst | 622 #. Right click the Project node in Solution Explorer.
|
| /llvm-project-15.0.7/llvm/cmake/modules/ |
| H A D | AddLLVM.cmake | 1883 # Tests should be excluded from "Build Solution".
|
| /llvm-project-15.0.7/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/ |
| H A D | AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md | 14 - [4. Extension Solution](#extension-solution) 118 Solution](#extension-solution) provides an overview of the proposal, using 472 # 4. Extension Solution
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | UsersManual.rst | 3778 To use the toolset, select a project in Solution Explorer, open its Property
|