Home
last modified time | relevance | path

Searched refs:Solution (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/
H A DSolver.h49 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 DSolution.h26 class Solution {
33 Solution() = default;
H A DReductionRules.h180 Solution backpropagate(GraphT& G, StackT stack) { in backpropagate()
185 Solution s; in backpropagate()
/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDebugSupport.cpp158 auto Solution = Result.getSolution(); in debugString() local
159 auto SolutionString = Solution ? "\n" + debugString(Solution.value()) : ""; in debugString()
H A DWatchedLiteralsSolver.cpp550 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 DRegAllocPBQP.cpp175 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 DRegAllocPBQP.h292 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 DVisualStudio.py95 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 DClangFormat.sln2 Microsoft Visual Studio Solution File, Format Version 12.00
/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DSolverTest.cpp43 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 DCapturingConfigInfo.rst30 The Solution
H A DFileTimeType.rst468 Selected Solution - Using ``__int128_t``
/llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/AArch64/
H A Dreq-regs.ll6 ; CHECK-NOT: No Satisfactory Solution
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2063 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 DInstrRefDebugInfo.md18 # Solution: instruction referencing
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DAPIntTest.cpp2831 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 DPPCSchedule440.td21 // Carlos Sosa and Brant Knudson. IBM System Blue Gene Solution:
/llvm-project-15.0.7/lldb/docs/resources/
H A Dtest.rst622 #. Right click the Project node in Solution Explorer.
/llvm-project-15.0.7/llvm/cmake/modules/
H A DAddLLVM.cmake1883 # Tests should be excluded from "Build Solution".
/llvm-project-15.0.7/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/
H A DAMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md14 - [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 DUsersManual.rst3778 To use the toolset, select a project in Solution Explorer, open its Property