Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp458 RecVec MCPredicates = Records.getAllDerivedDefinitions("TIIPredicate"); in checkMCInstPredicates() local
459 if (MCPredicates.empty()) in checkMCInstPredicates()
463 llvm::StringMap<const Record *> TIIPredicates(MCPredicates.size()); in checkMCInstPredicates()
464 for (const Record *TIIPred : MCPredicates) { in checkMCInstPredicates()