Home
last modified time | relevance | path

Searched refs:RecSet (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp35 using RecSet = SetTheory::RecSet; typedef
40 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply()
48 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply()
53 RecSet Add, Sub; in apply()
64 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply()
69 RecSet S1, S2; in apply()
83 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply()
88 RecSet Set; in apply()
159 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply()
162 SmallVector<RecSet, 4> Args(Expr->getNumArgs()); in apply()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DSetTheory.h67 using RecSet = SmallSetVector<Record *, 16>; variable
78 virtual void apply(SetTheory&, DagInit *Expr, RecSet &Elts,
91 virtual void expand(SetTheory&, Record*, RecSet &Elts) = 0;
127 void evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc);
131 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate()
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp1566 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()
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()
1637 SetTheory::RecSet Elts; in emitDagShuffle()
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp610 void expand(SetTheory &ST, Record *Def, SetTheory::RecSet &Elts) override { in expand()
622 SmallVector<SetTheory::RecSet, 4> Lists(Dim); in expand()
768 SetTheory::RecSet Order; in CodeGenRegisterClass()
H A DCodeGenSchedule.cpp46 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in apply()
78 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in apply()
H A DRegisterInfoEmitter.cpp1596 SetTheory::RecSet OPSet; in runTargetDesc()