Searched refs:SetTheory (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/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 { 46 struct SubOp : public SetTheory::Operator { 62 struct AndOp : public SetTheory::Operator { 78 struct SetIntBinOp : public SetTheory::Operator { 176 struct SequenceOp : public SetTheory::Operator { 253 void SetTheory::Operator::anchor() {} in anchor() 254 void SetTheory::Expander::anchor() {} in anchor() 256 SetTheory::SetTheory() { in SetTheory() function in SetTheory [all …]
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 1577 class LowHalf : public SetTheory::Operator { in emitDagShuffle() 1579 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle() 1581 SetTheory::RecSet Elts2; in emitDagShuffle() 1589 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle() 1591 SetTheory::RecSet Elts2; in emitDagShuffle() 1597 class Rev : public SetTheory::Operator { in emitDagShuffle() 1603 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle() 1605 SetTheory::RecSet Elts2; in emitDagShuffle() 1628 void expand(SetTheory &ST, Record *R, SetTheory::RecSet &Elts) override { in emitDagShuffle() 1649 SetTheory ST; in emitDagShuffle() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | TableGen.cpp | 54 SetTheory Sets; in PrintSets()
|
| H A D | CodeGenRegisters.h | 564 SetTheory Sets; 664 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 | 605 struct TupleExpander : SetTheory::Expander { 613 void expand(SetTheory &ST, Record *Def, SetTheory::RecSet &Elts) override { in expand() 625 SmallVector<SetTheory::RecSet, 4> Lists(Dim); in expand() 756 const SetTheory::RecVec *Elements = RegBank.getSets().expand(R); in CodeGenRegisterClass() 772 SetTheory::RecSet Order; in CodeGenRegisterClass()
|
| H A D | RegisterInfoEmitter.cpp | 1679 const SetTheory::RecVec *Regs = RegBank.getSets().expand(CSRSet); in runTargetDesc() 1696 SetTheory::RecSet OPSet; in runTargetDesc() 1703 SetTheory::RecSet ConstantSet; in runTargetDesc()
|
| H A D | CodeGenSchedule.h | 423 SetTheory Sets;
|
| /freebsd-14.2/lib/clang/libllvmminimal/ |
| H A D | Makefile | 80 SRCS+= TableGen/SetTheory.cpp
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | Target.td | 350 // are the most common operation, see test/TableGen/SetTheory.td for more
|
| /freebsd-14.2/lib/clang/libllvm/ |
| H A D | Makefile | 1228 SRCS_MIN+= TableGen/SetTheory.cpp
|