Home
last modified time | relevance | path

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

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