Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp448 for (const Record *TIIPred : in checkMCInstPredicates() local
450 StringRef Name = TIIPred->getValueAsString("FunctionName"); in checkMCInstPredicates()
451 auto [It, Inserted] = TIIPredicates.try_emplace(Name, TIIPred); in checkMCInstPredicates()
455 PrintError(TIIPred->getLoc(), in checkMCInstPredicates()