Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp117 std::optional<Regex> Regexpr; in apply() local
130 Regexpr = Regex(pat); in apply()
139 (!Regexpr || Regexpr->match(InstName.substr(Prefix.size())))) { in apply()
166 if (!Regexpr || Regexpr->match(InstName.substr(Prefix.size()))) { in apply()