OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GraphBase
(Results
1 - 10
of
10
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/
Solution.h
29
using SelectionsMap = std::map<
GraphBase
::NodeId, unsigned>;
39
void setSelection(
GraphBase
::NodeId nodeId, unsigned selection) {
46
unsigned getSelection(
GraphBase
::NodeId nodeId) const {
ReductionRules.h
182
using NodeId =
GraphBase
::NodeId;
Graph.h
27
class
GraphBase
{
47
class Graph : public
GraphBase
{
/external/llvm/include/llvm/CodeGen/PBQP/
Solution.h
30
typedef std::map<
GraphBase
::NodeId, unsigned> SelectionsMap;
76
void setSelection(
GraphBase
::NodeId nodeId, unsigned selection) {
83
unsigned getSelection(
GraphBase
::NodeId nodeId) const {
ReductionRules.h
180
typedef
GraphBase
::NodeId NodeId;
Graph.h
28
class
GraphBase
{
48
class Graph : public
GraphBase
{
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
RegAllocPBQP.h
147
void setNodeIdForVReg(unsigned VReg,
GraphBase
::NodeId NId) {
151
GraphBase
::NodeId getNodeIdForVReg(unsigned VReg) const {
154
return
GraphBase
::invalidNodeId();
163
DenseMap<unsigned,
GraphBase
::NodeId> VRegToNodeId;
279
using NodeId =
GraphBase
::NodeId;
280
using EdgeId =
GraphBase
::EdgeId;
426
std::vector<
GraphBase
::NodeId> reduce() {
429
using NodeId =
GraphBase
::NodeId;
/external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h
155
void setNodeIdForVReg(unsigned VReg,
GraphBase
::NodeId NId) {
159
GraphBase
::NodeId getNodeIdForVReg(unsigned VReg) const {
162
return
GraphBase
::invalidNodeId();
175
DenseMap<unsigned,
GraphBase
::NodeId> VRegToNodeId;
339
typedef
GraphBase
::NodeId NodeId;
340
typedef
GraphBase
::EdgeId EdgeId;
491
std::vector<
GraphBase
::NodeId> reduce() {
494
typedef
GraphBase
::NodeId NodeId;
/external/llvm/lib/CodeGen/
RegAllocPBQP.cpp
192
typedef std::pair<PBQP::
GraphBase
::NodeId, PBQP::
GraphBase
::NodeId> IEdgeKey;
228
typedef std::tuple<LiveInterval*, size_t, PBQP::
GraphBase
::NodeId>
239
static PBQP::
GraphBase
::NodeId getNodeId(const IntervalInfo &I) {
336
PBQP::
GraphBase
::NodeId NId = getNodeId(Cur);
338
PBQP::
GraphBase
::NodeId MId = getNodeId(A);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
RegAllocPBQP.cpp
222
using IEdgeKey = std::pair<PBQP::
GraphBase
::NodeId, PBQP::
GraphBase
::NodeId>;
259
std::tuple<LiveInterval*, size_t, PBQP::
GraphBase
::NodeId>;
269
static PBQP::
GraphBase
::NodeId getNodeId(const IntervalInfo &I) {
366
PBQP::
GraphBase
::NodeId NId = getNodeId(Cur);
368
PBQP::
GraphBase
::NodeId MId = getNodeId(A);
[
all
...]
Completed in 383 milliseconds