Searched refs:RecSet (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/TableGen/ |
| 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 …]
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/TableGen/ |
| 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()
|
| /openbsd/src/gnu/llvm/clang/utils/TableGen/ |
| D | NeonEmitter.cpp | 1575 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle() 1577 SetTheory::RecSet Elts2; in emitDagShuffle() 1585 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle() 1587 SetTheory::RecSet Elts2; in emitDagShuffle() 1599 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle() 1601 SetTheory::RecSet Elts2; in emitDagShuffle() 1624 void expand(SetTheory &ST, Record *R, SetTheory::RecSet &Elts) override { in emitDagShuffle() 1646 SetTheory::RecSet Elts; in emitDagShuffle()
|
| /openbsd/src/gnu/llvm/llvm/utils/TableGen/ |
| 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()
|
| D | RegisterInfoEmitter.cpp | 1714 SetTheory::RecSet OPSet; in runTargetDesc() 1721 SetTheory::RecSet ConstantSet; in runTargetDesc()
|
| 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()
|