Searched refs:SetTheory (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | SetTheory.cpp | 34 using RecSet = SetTheory::RecSet; 35 using RecVec = SetTheory::RecVec; 38 struct AddOp : public SetTheory::Operator { 39 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() 46 struct SubOp : public SetTheory::Operator { 47 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() 62 struct AndOp : public SetTheory::Operator { 63 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() 78 struct SetIntBinOp : public SetTheory::Operator { 79 virtual void apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | SetTheory.h | 65 class SetTheory { 79 virtual void apply(SetTheory&, DagInit *Expr, RecSet &Elts, 92 virtual void expand(SetTheory&, Record*, RecSet &Elts) = 0; 109 SetTheory();
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 1570 class LowHalf : public SetTheory::Operator { in emitDagShuffle() 1572 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle() 1574 SetTheory::RecSet Elts2; in emitDagShuffle() 1580 class HighHalf : public SetTheory::Operator { in emitDagShuffle() 1582 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle() 1584 SetTheory::RecSet Elts2; in emitDagShuffle() 1590 class Rev : public SetTheory::Operator { in emitDagShuffle() 1596 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle() 1598 SetTheory::RecSet Elts2; in emitDagShuffle() 1615 class MaskExpander : public SetTheory::Expander { in emitDagShuffle() [all …]
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | TableGen.cpp | 54 SetTheory Sets; in PrintSets()
|
H A D | RegisterInfoEmitter.cpp | 1676 const SetTheory::RecVec *Regs = RegBank.getSets().expand(CSRSet); in runTargetDesc() 1692 SetTheory::RecSet OPSet; in runTargetDesc() 1699 SetTheory::RecSet ConstantSet; in runTargetDesc()
|
/freebsd/lib/clang/libllvmminimal/ |
H A D | Makefile | 80 SRCS+= TableGen/SetTheory.cpp
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenRegisters.h | 581 SetTheory Sets; 681 SetTheory &getSets() { return Sets; } in getSets()
|
H A D | CodeGenSchedule.cpp | 44 struct InstrsOp : public SetTheory::Operator { 45 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in apply() 52 struct InstRegexOp : public SetTheory::Operator { 77 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in apply()
|
H A D | CodeGenRegisters.cpp | 617 struct TupleExpander : SetTheory::Expander { 628 void expand(SetTheory &ST, Record *Def, SetTheory::RecSet &Elts) override { in expand() 640 SmallVector<SetTheory::RecSet, 4> Lists(Dim); in expand() 776 const SetTheory::RecVec *Elements = RegBank.getSets().expand(R); in CodeGenRegisterClass() 792 SetTheory::RecSet Order; in CodeGenRegisterClass()
|
H A D | CodeGenSchedule.h | 426 SetTheory Sets;
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_neon_incl.td | 35 // These defs and classes are used internally to implement the SetTheory 143 // or, more usefully, they can be manipulated using the SetTheory 150 // add, interleave, decimate: These set operators are vanilla SetTheory
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | Target.td | 367 // are the most common operation, see test/TableGen/SetTheory.td for more
|
/freebsd/lib/clang/libllvm/ |
H A D | Makefile | 1237 SRCS_MIN+= TableGen/SetTheory.cpp
|