Home
last modified time | relevance | path

Searched refs:SetTheory (Results 1 – 10 of 10) sorted by relevance

/external/llvm/utils/TableGen/
DSetTheory.cpp25 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 …]
DSetTheory.h62 class SetTheory {
75 virtual void apply(SetTheory&, DagInit *Expr, RecSet &Elts) =0;
86 virtual void expand(SetTheory&, Record*, RecSet &Elts) =0;
103 SetTheory();
DCMakeLists.txt29 SetTheory.cpp
DAndroid.mk27 SetTheory.cpp \
DCodeGenRegisters.h331 SetTheory Sets;
393 SetTheory &getSets() { return Sets; } in getSets()
DTableGen.cpp168 SetTheory Sets; in operator ()()
DCodeGenRegisters.cpp359 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()
DRegisterInfoEmitter.cpp1082 const SetTheory::RecVec *Regs = RegBank.getSets().expand(CSRSet); in runTargetDesc()
/external/llvm/test/TableGen/
DSetTheory.td5 // The -print-sets driver configures a primitive SetTheory instance that
/external/llvm/include/llvm/Target/
DTarget.td182 // are the most common operation, see test/TableGen/SetTheory.td for more