OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PBQP
(Results
1 - 7
of
7
) sorted by null
/external/llvm/include/llvm/CodeGen/
PBQPRAConstraint.h
10
// This file defines the PBQPBuilder interface, for classes which build
PBQP
23
namespace
PBQP
{
25
// Forward declare
PBQP
graph class.
35
typedef
PBQP
::RegAlloc::PBQPRAGraph PBQPRAGraph;
37
/// @brief Abstract base for classes implementing
PBQP
register allocation
47
/// @brief
PBQP
register allocation constraint composer.
50
/// added, to the
PBQP
graph.
RegAllocPBQP.h
10
// This file defines the PBQPBuilder interface, for classes which build
PBQP
20
#include "llvm/CodeGen/
PBQP
/CostAllocator.h"
21
#include "llvm/CodeGen/
PBQP
/ReductionRules.h"
29
namespace
PBQP
{
137
/// \brief Holds graph-level metadata relevant to
PBQP
RA problems.
178
/// \brief Holds solver state and other metadata relevant to each
PBQP
RA node.
332
typedef
PBQP
::Vector RawVector;
333
typedef
PBQP
::Matrix RawMatrix;
334
typedef
PBQP
::Vector Vector;
336
typedef
PBQP
::PoolCostAllocator<Vector, Matrix> CostAllocator
[
all
...]
/external/llvm/include/llvm/CodeGen/PBQP/
Math.h
1
//===------ Math.h -
PBQP
Vector and Matrix classes -------------*- C++ -*-===//
19
namespace
PBQP
{
23
/// \brief
PBQP
Vector class.
28
/// \brief Construct a
PBQP
vector of the given size.
31
// llvm::dbgs() << "Constructing
PBQP
::Vector "
35
/// \brief Construct a
PBQP
vector with initializer.
38
// llvm::dbgs() << "Constructing
PBQP
::Vector "
44
/// \brief Copy construct a
PBQP
vector.
47
// llvm::dbgs() << "Copy-constructing
PBQP
::Vector " << this
48
// << " from
PBQP
::Vector " << &V << "\n"
[
all
...]