Searched refs:SetTheory (Results 1 - 7 of 7) sorted by relevance

/external/llvm/utils/TableGen/
H A DSetTheory.cpp1 //===- SetTheory.cpp - Generate ordered sets from DAG expressions ---------===//
10 // This file implements the SetTheory class that computes ordered sets of
15 #include "SetTheory.h"
25 typedef SetTheory::RecSet RecSet;
26 typedef SetTheory::RecVec RecVec;
29 struct AddOp : public SetTheory::Operator {
30 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts) {
36 struct SubOp : public SetTheory::Operator {
37 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts) {
51 struct AndOp : public SetTheory
237 SetTheory::SetTheory() { function in class:SetTheory
[all...]
H A DSetTheory.h1 //===- SetTheory.h - Generate ordered sets from DAG expressions -*- C++ -*-===//
10 // This file implements the SetTheory class that computes ordered sets of
15 // expanders can be added to a SetTheory instance to teach it how to find the
62 class SetTheory { class in namespace:llvm
75 virtual void apply(SetTheory&, DagInit *Expr, RecSet &Elts) =0;
86 virtual void expand(SetTheory&, Record*, RecSet &Elts) =0;
102 /// Create a SetTheory instance with only the standard operators.
103 SetTheory();
H A DAndroid.mk28 SetTheory.cpp \
H A DTableGen.cpp16 #include "SetTheory.h"
155 SetTheory Sets;
H A DCodeGenRegisters.h18 #include "SetTheory.h"
428 SetTheory Sets;
495 SetTheory &getSets() { return Sets; }
H A DCodeGenRegisters.cpp579 // sub-registers. We provide a SetTheory expander class that returns the new
582 struct TupleExpander : SetTheory::Expander {
583 void expand(SetTheory &ST, Record *Def, SetTheory::RecSet &Elts) {
594 SmallVector<SetTheory::RecSet, 4> Lists(Dim);
709 const SetTheory::RecVec *Elements = RegBank.getSets().expand(R);
722 SetTheory::RecSet Order;
H A DRegisterInfoEmitter.cpp1147 const SetTheory::RecVec *Regs = RegBank.getSets().expand(CSRSet);

Completed in 93 milliseconds