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

Declarations

utils/TableGen/PredicateExpander.h
   83   void expandPredicate(raw_ostream &OS, const Record *Rec);

References

utils/TableGen/PredicateExpander.cpp
  160     return expandPredicate(OS, Sequence[0]);
  174     expandPredicate(OS, Rec);
  222   expandPredicate(SS, Rec);
  303     expandPredicate(OS, Rec->getValueAsDef("Pred"));
  460     expandPredicate(OS, PI.Predicate);
  506   expandPredicate(OS, Fn.getDefaultReturnPredicate());
utils/TableGen/SubtargetEmitter.cpp
 1482         PE.expandPredicate(SS, Rec->getValueAsDef("Pred"));