Searched refs:RecSet (Results 1 – 6 of 6) sorted by relevance
| /freebsd/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() 79 virtual void apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, 80 RecSet &Elts, ArrayRef<SMLoc> Loc) = 0; 82 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() 87 RecSet Set; in apply() [all …]
|
| /freebsd/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/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 1572 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle() 1574 SetTheory::RecSet Elts2; in emitDagShuffle() 1582 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle() 1584 SetTheory::RecSet Elts2; in emitDagShuffle() 1596 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle() 1598 SetTheory::RecSet Elts2; in emitDagShuffle() 1621 void expand(SetTheory &ST, Record *R, SetTheory::RecSet &Elts) override { in emitDagShuffle() 1643 SetTheory::RecSet Elts; in emitDagShuffle()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenRegisters.cpp | 628 void expand(SetTheory &ST, Record *Def, SetTheory::RecSet &Elts) override { in expand() 640 SmallVector<SetTheory::RecSet, 4> Lists(Dim); in expand() 792 SetTheory::RecSet Order; in CodeGenRegisterClass()
|
| 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()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | RegisterInfoEmitter.cpp | 1692 SetTheory::RecSet OPSet; in runTargetDesc() 1699 SetTheory::RecSet ConstantSet; in runTargetDesc()
|