Lines Matching refs:DagInit
30 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) { in apply()
37 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) { in apply()
52 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) { in apply()
67 virtual void apply2(SetTheory &ST, DagInit *Expr,
71 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) { in apply()
87 void apply2(SetTheory &ST, DagInit *Expr, in apply2()
100 void apply2(SetTheory &ST, DagInit *Expr, in apply2()
118 void apply2(SetTheory &ST, DagInit *Expr, in apply2()
137 void apply2(SetTheory &ST, DagInit *Expr, in apply2()
150 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) { in apply()
168 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) { in apply()
284 DagInit *DagExpr = dyn_cast<DagInit>(Expr); in evaluate()