reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/TableGen/SetTheory.cpp
   42     ST.evaluate(Expr->arg_begin(), Expr->arg_end(), Elts, Loc);
   54     ST.evaluate(*Expr->arg_begin(), Add, Loc);
   55     ST.evaluate(Expr->arg_begin() + 1, Expr->arg_end(), Sub, Loc);
   70     ST.evaluate(Expr->arg_begin()[0], S1, Loc);
   71     ST.evaluate(Expr->arg_begin()[1], S2, Loc);
   89     ST.evaluate(Expr->arg_begin()[0], Set, Loc);
   90     IntInit *II = dyn_cast<IntInit>(Expr->arg_begin()[1]);
  185       if (IntInit *II = dyn_cast<IntInit>(Expr->arg_begin()[3])) {
  193     if (StringInit *SI = dyn_cast<StringInit>(Expr->arg_begin()[0]))
  199     if (IntInit *II = dyn_cast<IntInit>(Expr->arg_begin()[1]))
  206     if (IntInit *II = dyn_cast<IntInit>(Expr->arg_begin()[2]))
tools/clang/utils/TableGen/NeonEmitter.cpp
 1685       ST.evaluate(Expr->arg_begin(), Expr->arg_end(), Elts2, Loc);
 1695       ST.evaluate(Expr->arg_begin(), Expr->arg_end(), Elts2, Loc);
 1709       ST.evaluate(Expr->arg_begin() + 1, Expr->arg_end(), Elts2, Loc);
utils/TableGen/CodeGenSchedule.cpp
   48     ST.evaluate(Expr->arg_begin(), Expr->arg_end(), Elts, Loc);
   89     for (Init *Arg : make_range(Expr->arg_begin(), Expr->arg_end())) {
utils/TableGen/InstrInfoEmitter.cpp
  383           for (Init *Arg : make_range(MIOI->arg_begin(), MIOI->arg_end())) {