Searched refs:RecSet (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | SetTheory.cpp | 35 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 D | SetTheory.h | 67 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 D | NeonEmitter.cpp | 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() 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 D | CodeGenRegisters.cpp | 610 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 D | CodeGenSchedule.cpp | 46 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 D | RegisterInfoEmitter.cpp | 1596 SetTheory::RecSet OPSet; in runTargetDesc()
|