Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DSetTheory.cpp36 using RecSet = SetTheory::RecSet; typedef
41 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply()
49 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply()
54 RecSet Add, Sub; in apply()
65 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply()
70 RecSet S1, S2; in apply()
84 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply()
89 RecSet Set; in apply()
160 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply()
163 SmallVector<RecSet, 4> Args(Expr->getNumArgs()); in apply()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/TableGen/
H A DSetTheory.h68 using RecSet = SmallSetVector<Record *, 16>; variable
79 virtual void apply(SetTheory&, DagInit *Expr, RecSet &Elts,
92 virtual void expand(SetTheory&, Record*, RecSet &Elts) = 0;
128 void evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc);
132 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate()
/freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp1664 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle()
1666 SetTheory::RecSet Elts2; in emitDagShuffle()
1674 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle()
1676 SetTheory::RecSet Elts2; in emitDagShuffle()
1688 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle()
1690 SetTheory::RecSet Elts2; in emitDagShuffle()
1713 void expand(SetTheory &ST, Record *R, SetTheory::RecSet &Elts) override { in emitDagShuffle()
1735 SetTheory::RecSet Elts; in emitDagShuffle()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp619 void expand(SetTheory &ST, Record *Def, SetTheory::RecSet &Elts) override { in expand()
631 SmallVector<SetTheory::RecSet, 4> Lists(Dim); in expand()
766 SetTheory::RecSet Order; in CodeGenRegisterClass()
H A DCodeGenSchedule.cpp47 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in apply()
79 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in apply()
H A DRegisterInfoEmitter.cpp1556 SetTheory::RecSet OPSet; in runTargetDesc()