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.cpp118 std::optional<Regex> Regexpr; in apply() local
131 Regexpr = Regex(pat); in apply()
140 (!Regexpr || Regexpr->match(InstName.substr(Prefix.size())))) { in apply()
167 if (!Regexpr || Regexpr->match(InstName.substr(Prefix.size()))) { in apply()