Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp105 Optional<Regex> Regexpr = None; in apply() local
115 Regexpr = Regex(pat); in apply()
124 (!Regexpr || Regexpr->match(InstName.substr(Prefix.size())))) { in apply()
151 if (!Regexpr || Regexpr->match(InstName.substr(Prefix.size()))) { in apply()