Home
last modified time | relevance | path

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

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