Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenSchedule.cpp54 struct InstRegexOp : public SetTheory::Operator { struct
55 const CodeGenTarget &Target;
56 InstRegexOp(const CodeGenTarget &t): Target(t) {} in InstRegexOp() argument
59 static std::string removeParens(llvm::StringRef S) { in removeParens()
79 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in apply()
/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()