Searched refs:SetTheory (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/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 …]
|
| H A D | CMakeLists.txt | 8 SetTheory.cpp
|
| /llvm-project-15.0.7/llvm/include/llvm/TableGen/ |
| H A D | SetTheory.h | 64 class SetTheory { 78 virtual void apply(SetTheory&, DagInit *Expr, RecSet &Elts, 91 virtual void expand(SetTheory&, Record*, RecSet &Elts) = 0; 108 SetTheory();
|
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 1565 class LowHalf : public SetTheory::Operator { in emitDagShuffle() 1567 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle() 1569 SetTheory::RecSet Elts2; in emitDagShuffle() 1577 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle() 1579 SetTheory::RecSet Elts2; in emitDagShuffle() 1585 class Rev : public SetTheory::Operator { in emitDagShuffle() 1591 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle() 1593 SetTheory::RecSet Elts2; in emitDagShuffle() 1616 void expand(SetTheory &ST, Record *R, SetTheory::RecSet &Elts) override { in emitDagShuffle() 1637 SetTheory ST; in emitDagShuffle() [all …]
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/TableGen/ |
| H A D | BUILD.gn | 11 "SetTheory.cpp",
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenRegisters.h | 548 SetTheory Sets; 648 SetTheory &getSets() { return Sets; } in getSets()
|
| H A D | TableGen.cpp | 227 SetTheory Sets; in LLVMTableGenMain()
|
| 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 | CodeGenSchedule.h | 417 SetTheory Sets;
|
| H A D | RegisterInfoEmitter.cpp | 1594 const SetTheory::RecVec *Regs = RegBank.getSets().expand(CSRSet); in runTargetDesc() 1611 SetTheory::RecSet OPSet; in runTargetDesc()
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | SetTheory.td | 5 // The -print-sets driver configures a primitive SetTheory instance that
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | Target.td | 318 // are the most common operation, see test/TableGen/SetTheory.td for more
|