Home
last modified time | relevance | path

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

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