Searched refs:SetTheory (Results 1 – 10 of 10) sorted by relevance
/external/llvm/utils/TableGen/ |
D | SetTheory.cpp | 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) { in apply() 36 struct SubOp : public SetTheory::Operator { 37 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts) { in apply() 51 struct AndOp : public SetTheory::Operator { 52 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts) { in apply() 65 struct SetIntBinOp : public SetTheory::Operator { 66 virtual void apply2(SetTheory &ST, DagInit *Expr, [all …]
|
D | SetTheory.h | 62 class SetTheory { 75 virtual void apply(SetTheory&, DagInit *Expr, RecSet &Elts) =0; 86 virtual void expand(SetTheory&, Record*, RecSet &Elts) =0; 103 SetTheory();
|
D | CMakeLists.txt | 29 SetTheory.cpp
|
D | Android.mk | 27 SetTheory.cpp \
|
D | CodeGenRegisters.h | 331 SetTheory Sets; 393 SetTheory &getSets() { return Sets; } in getSets()
|
D | TableGen.cpp | 168 SetTheory Sets; in operator ()()
|
D | CodeGenRegisters.cpp | 359 struct TupleExpander : SetTheory::Expander { 360 void expand(SetTheory &ST, Record *Def, SetTheory::RecSet &Elts) { in expand() 371 SmallVector<SetTheory::RecSet, 4> Lists(Dim); in expand() 483 const SetTheory::RecVec *Elements = RegBank.getSets().expand(R); in CodeGenRegisterClass() 494 SetTheory::RecSet Order; in CodeGenRegisterClass()
|
D | RegisterInfoEmitter.cpp | 1082 const SetTheory::RecVec *Regs = RegBank.getSets().expand(CSRSet); in runTargetDesc()
|
/external/llvm/test/TableGen/ |
D | SetTheory.td | 5 // The -print-sets driver configures a primitive SetTheory instance that
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 182 // are the most common operation, see test/TableGen/SetTheory.td for more
|