Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DSetTheory.cpp34 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 DCMakeLists.txt8 SetTheory.cpp
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DSetTheory.h64 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 DNeonEmitter.cpp1565 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 DBUILD.gn11 "SetTheory.cpp",
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenRegisters.h548 SetTheory Sets;
648 SetTheory &getSets() { return Sets; } in getSets()
H A DTableGen.cpp227 SetTheory Sets; in LLVMTableGenMain()
H A DCodeGenSchedule.cpp44 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 DCodeGenRegisters.cpp605 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 DCodeGenSchedule.h417 SetTheory Sets;
H A DRegisterInfoEmitter.cpp1594 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 Darm_neon_incl.td35 // 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 DSetTheory.td5 // The -print-sets driver configures a primitive SetTheory instance that
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTarget.td318 // are the most common operation, see test/TableGen/SetTheory.td for more