Searched refs:RecSet (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/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 …]
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 1567 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle() 1569 SetTheory::RecSet Elts2; in emitDagShuffle() 1577 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle() 1579 SetTheory::RecSet Elts2; in emitDagShuffle() 1591 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle() 1593 SetTheory::RecSet Elts2; in emitDagShuffle() 1616 void expand(SetTheory &ST, Record *R, SetTheory::RecSet &Elts) override { in emitDagShuffle() 1638 SetTheory::RecSet Elts; in emitDagShuffle()
|
| /llvm-project-15.0.7/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 | 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()
|
| H A D | RegisterInfoEmitter.cpp | 1611 SetTheory::RecSet OPSet; in runTargetDesc()
|