Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp675 RecVec TIIPredicates = Records.getAllDerivedDefinitions("TIIPredicate"); in emitMCIIHelperMethods() local
686 for (const Record *Rec : TIIPredicates) { in emitMCIIHelperMethods()
708 for (const Record *Rec : TIIPredicates) { in emitMCIIHelperMethods()
895 RecVec TIIPredicates = Records.getAllDerivedDefinitions("TIIPredicate"); in emitTIIHelperMethods() local
896 if (TIIPredicates.empty()) in emitTIIHelperMethods()
902 for (const Record *Rec : TIIPredicates) { in emitTIIHelperMethods()
H A DCodeGenSchedule.cpp463 llvm::StringMap<const Record *> TIIPredicates(MCPredicates.size()); in checkMCInstPredicates() local
466 StringMap<const Record *>::const_iterator It = TIIPredicates.find(Name); in checkMCInstPredicates()
467 if (It == TIIPredicates.end()) { in checkMCInstPredicates()
468 TIIPredicates[Name] = TIIPred; in checkMCInstPredicates()