Home
last modified time | relevance | path

Searched defs:InstRegexOp (Results 1 – 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp56 struct InstRegexOp : public SetTheory::Operator { struct
57 const CodeGenTarget &Target;
58 InstRegexOp(const CodeGenTarget &t): Target(t) {} in InstRegexOp() argument
60 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in apply()