HomeSort by relevance Sort by last modified time
    Searched refs:Solution (Results 1 - 25 of 49) sorted by null

1 2

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Solution.h 1 //===- Solution.h - PBQP Solution -------------------------------*- C++ -*-===//
10 // PBQP Solution class.
24 /// \brief Represents a solution to a PBQP problem.
27 class Solution {
38 /// \brief Initialise an empty solution.
39 Solution() = default;
ReductionRules.h 19 #include "Solution.h"
167 // \brief Find a solution to a fully reduced graph by backpropagation.
170 // order and greedily compute a minimum solution based on the node costs, and
179 Solution backpropagate(GraphT& G, StackT stack) {
184 Solution s;
194 // spilling it may provide a lower cost solution. Assert here that spilling
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Solution.h 1 //===- Solution.h - PBQP Solution -------------------------------*- C++ -*-===//
10 // PBQP Solution class.
24 /// \brief Represents a solution to a PBQP problem.
27 class Solution {
38 /// \brief Initialise an empty solution.
39 Solution() = default;
ReductionRules.h 19 #include "Solution.h"
167 // \brief Find a solution to a fully reduced graph by backpropagation.
170 // order and greedily compute a minimum solution based on the node costs, and
179 Solution backpropagate(GraphT& G, StackT stack) {
184 Solution s;
194 // spilling it may provide a lower cost solution. Assert here that spilling
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Solution.h 1 //===- Solution.h - PBQP Solution -------------------------------*- C++ -*-===//
10 // PBQP Solution class.
24 /// \brief Represents a solution to a PBQP problem.
27 class Solution {
38 /// \brief Initialise an empty solution.
39 Solution() = default;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Solution.h 1 //===- Solution.h - PBQP Solution -------------------------------*- C++ -*-===//
10 // PBQP Solution class.
24 /// \brief Represents a solution to a PBQP problem.
27 class Solution {
38 /// \brief Initialise an empty solution.
39 Solution() = default;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Solution.h 1 //===- Solution.h - PBQP Solution -------------------------------*- C++ -*-===//
10 // PBQP Solution class.
24 /// \brief Represents a solution to a PBQP problem.
27 class Solution {
38 /// \brief Initialise an empty solution.
39 Solution() = default;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Solution.h 1 //===- Solution.h - PBQP Solution -------------------------------*- C++ -*-===//
10 // PBQP Solution class.
24 /// \brief Represents a solution to a PBQP problem.
27 class Solution {
38 /// \brief Initialise an empty solution.
39 Solution() = default;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Solution.h 1 //===- Solution.h - PBQP Solution -------------------------------*- C++ -*-===//
10 // PBQP Solution class.
24 /// \brief Represents a solution to a PBQP problem.
27 class Solution {
38 /// \brief Initialise an empty solution.
39 Solution() = default;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Solution.h 1 //===- Solution.h - PBQP Solution -------------------------------*- C++ -*-===//
10 // PBQP Solution class.
24 /// \brief Represents a solution to a PBQP problem.
27 class Solution {
38 /// \brief Initialise an empty solution.
39 Solution() = default;
  /external/llvm/include/llvm/CodeGen/PBQP/
Solution.h 1 //===-- Solution.h ------- PBQP Solution ------------------------*- C++ -*-===//
10 // PBQP Solution class.
24 /// \brief Represents a solution to a PBQP problem.
27 class Solution {
37 /// \brief Initialise an empty solution.
38 Solution()
ReductionRules.h 19 #include "Solution.h"
167 // \brief Find a solution to a fully reduced graph by backpropagation.
170 // order and greedily compute a minimum solution based on the node costs, and
179 Solution backpropagate(GraphT& G, StackT stack) {
184 Solution s;
194 // spilling it may provide a lower cost solution. Assert here that spilling
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
Solution.h 1 //===-- Solution.h ------- PBQP Solution ------------------------*- C++ -*-===//
10 // PBQP Solution class.
24 /// \brief Represents a solution to a PBQP problem.
27 class Solution {
38 /// \brief Initialise an empty solution.
39 Solution()
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/
VersionCheck.java 22 import com.android.ide.eclipse.adt.AdtPlugin.CheckSdkErrorHandler.Solution;
110 Solution.OPEN_SDK_MANAGER,
119 Solution.OPEN_SDK_MANAGER,
143 Solution.OPEN_P2_UPDATE,
182 Solution.OPEN_SDK_MANAGER,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 29 import com.android.ide.eclipse.adt.AdtPlugin.CheckSdkErrorHandler.Solution;
181 public enum Solution {
192 public abstract boolean handleError(Solution solution, String message);
198 public abstract boolean handleWarning(Solution solution, String message);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 25 #include "llvm/CodeGen/PBQP/Solution.h"
290 Solution solve() {
292 Solution S;
521 inline Solution solve(PBQPRAGraph& G) {
523 return Solution();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 25 #include "llvm/CodeGen/PBQP/Solution.h"
290 Solution solve() {
292 Solution S;
521 inline Solution solve(PBQPRAGraph& G) {
523 return Solution();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 25 #include "llvm/CodeGen/PBQP/Solution.h"
290 Solution solve() {
292 Solution S;
521 inline Solution solve(PBQPRAGraph& G) {
523 return Solution();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 25 #include "llvm/CodeGen/PBQP/Solution.h"
290 Solution solve() {
292 Solution S;
521 inline Solution solve(PBQPRAGraph& G) {
523 return Solution();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 25 #include "llvm/CodeGen/PBQP/Solution.h"
290 Solution solve() {
292 Solution S;
521 inline Solution solve(PBQPRAGraph& G) {
523 return Solution();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 25 #include "llvm/CodeGen/PBQP/Solution.h"
290 Solution solve() {
292 Solution S;
521 inline Solution solve(PBQPRAGraph& G) {
523 return Solution();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 25 #include "llvm/CodeGen/PBQP/Solution.h"
290 Solution solve() {
292 Solution S;
521 inline Solution solve(PBQPRAGraph& G) {
523 return Solution();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 25 #include "llvm/CodeGen/PBQP/Solution.h"
290 Solution solve() {
292 Solution S;
521 inline Solution solve(PBQPRAGraph& G) {
523 return Solution();
  /external/libpng/projects/visualc71/
README_zlib.txt 18 1) On the main menu, select "File | Open Solution".
21 2) Display the Solution Explorer view (Ctrl+Alt+L)
34 5) Select "Build | Clean Solution".
36 6) Select "Build | Build Solution (Ctrl-Shift-B)"
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 13 // solving this using a PBQP solver, and mapping the solution back to a
143 /// \brief Given a solved PBQP problem maps this solution back to a register
146 const PBQP::Solution &Solution,
664 const PBQP::Solution &Solution,
678 // Iterate over the nodes mapping the PBQP solution to a register
682 unsigned AllocOption = Solution.getSelection(NId);
761 // * Map the solution back to a register allocation
811 PBQP::Solution Solution = PBQP::RegAlloc::solve(G)
    [all...]

Completed in 620 milliseconds

1 2