Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp53 struct InstRegexOp : public SetTheory::Operator { struct
54 const CodeGenTarget &Target;
55 InstRegexOp(const CodeGenTarget &t): Target(t) {} in InstRegexOp() function
58 static std::string removeParens(llvm::StringRef S) { in removeParens()
78 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in apply()