Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp440 RecVec MCPredicates = Records.getAllDerivedDefinitions("TIIPredicate"); in checkMCInstPredicates() local
441 if (MCPredicates.empty()) in checkMCInstPredicates()
445 llvm::StringMap<const Record *> TIIPredicates(MCPredicates.size()); in checkMCInstPredicates()
446 for (const Record *TIIPred : MCPredicates) { in checkMCInstPredicates()