Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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 …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DSetTheory.h65 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 DNeonEmitter.cpp1577 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 DTableGen.cpp54 SetTheory Sets; in PrintSets()
H A DCodeGenRegisters.h564 SetTheory Sets;
664 SetTheory &getSets() { return Sets; } in getSets()
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 DRegisterInfoEmitter.cpp1679 const SetTheory::RecVec *Regs = RegBank.getSets().expand(CSRSet); in runTargetDesc()
1696 SetTheory::RecSet OPSet; in runTargetDesc()
1703 SetTheory::RecSet ConstantSet; in runTargetDesc()
H A DCodeGenSchedule.h423 SetTheory Sets;
/freebsd-14.2/lib/clang/libllvmminimal/
H A DMakefile80 SRCS+= TableGen/SetTheory.cpp
/freebsd-14.2/contrib/llvm-project/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
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td350 // are the most common operation, see test/TableGen/SetTheory.td for more
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1228 SRCS_MIN+= TableGen/SetTheory.cpp