Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp35 using RecSet = SetTheory::RecSet;
36 using RecVec = SetTheory::RecVec;
39 struct AddOp : public SetTheory::Operator {
47 struct SubOp : public SetTheory::Operator {
63 struct AndOp : public SetTheory::Operator {
79 struct SetIntBinOp : public SetTheory::Operator {
177 struct SequenceOp : public SetTheory::Operator {
254 void SetTheory::Operator::anchor() {} in anchor()
255 void SetTheory::Expander::anchor() {} in anchor()
257 SetTheory::SetTheory() { in SetTheory() function in SetTheory
[all …]
/freebsd-13.1/contrib/llvm-project/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();
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp1564 class LowHalf : public SetTheory::Operator { in emitDagShuffle()
1566 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle()
1568 SetTheory::RecSet Elts2; in emitDagShuffle()
1576 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle()
1578 SetTheory::RecSet Elts2; in emitDagShuffle()
1584 class Rev : public SetTheory::Operator { in emitDagShuffle()
1590 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle()
1592 SetTheory::RecSet Elts2; in emitDagShuffle()
1615 void expand(SetTheory &ST, Record *R, SetTheory::RecSet &Elts) override { in emitDagShuffle()
1636 SetTheory ST; in emitDagShuffle()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.h531 SetTheory Sets;
624 SetTheory &getSets() { return Sets; } in getSets()
H A DTableGen.cpp227 SetTheory Sets; in LLVMTableGenMain()
H A DCodeGenSchedule.cpp45 struct InstrsOp : public SetTheory::Operator {
46 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in apply()
53 struct InstRegexOp : public SetTheory::Operator {
78 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in apply()
H A DCodeGenRegisters.cpp602 struct TupleExpander : SetTheory::Expander {
610 void expand(SetTheory &ST, Record *Def, SetTheory::RecSet &Elts) override { in expand()
622 SmallVector<SetTheory::RecSet, 4> Lists(Dim); in expand()
752 const SetTheory::RecVec *Elements = RegBank.getSets().expand(R); in CodeGenRegisterClass()
768 SetTheory::RecSet Order; in CodeGenRegisterClass()
H A DCodeGenSchedule.h421 SetTheory Sets;
H A DRegisterInfoEmitter.cpp1579 const SetTheory::RecVec *Regs = RegBank.getSets().expand(CSRSet); in runTargetDesc()
1596 SetTheory::RecSet OPSet; in runTargetDesc()
/freebsd-13.1/lib/clang/libllvmminimal/
H A DMakefile81 SRCS+= TableGen/SetTheory.cpp
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td313 // are the most common operation, see test/TableGen/SetTheory.td for more
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile1051 SRCS_MIN+= TableGen/SetTheory.cpp