Searched refs:RecSet (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | SetTheory.cpp | 34 using RecSet = SetTheory::RecSet; typedef 39 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() 47 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() 52 RecSet Add, Sub; in apply() 63 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() 68 RecSet S1, S2; in apply() 82 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() 87 RecSet Set; in apply() 158 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() 161 SmallVector<RecSet, 4> Args(Expr->getNumArgs()); in apply() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | SetTheory.h | 68 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-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 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() 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() 1650 SetTheory::RecSet Elts; in emitDagShuffle()
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenRegisters.cpp | 613 void expand(SetTheory &ST, Record *Def, SetTheory::RecSet &Elts) override { in expand() 625 SmallVector<SetTheory::RecSet, 4> Lists(Dim); in expand() 772 SetTheory::RecSet Order; in CodeGenRegisterClass()
|
| H A D | RegisterInfoEmitter.cpp | 1696 SetTheory::RecSet OPSet; in runTargetDesc() 1703 SetTheory::RecSet ConstantSet; in runTargetDesc()
|
| H A D | CodeGenSchedule.cpp | 45 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in apply() 77 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in apply()
|