Home
last modified time | relevance | path

Searched refs:Regexpr (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp103 std::optional<Regex> Regexpr; in apply() local
113 Regexpr = Regex(pat); in apply()
122 (!Regexpr || Regexpr->match(InstName.substr(Prefix.size())))) { in apply()
149 if (!Regexpr || Regexpr->match(InstName.substr(Prefix.size()))) { in apply()