Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp632 RecVec TIIPredicates = Records.getAllDerivedDefinitions("TIIPredicate"); in emitMCIIHelperMethods() local
633 if (TIIPredicates.empty()) in emitMCIIHelperMethods()
644 for (const Record *Rec : TIIPredicates) { in emitMCIIHelperMethods()
663 for (const Record *Rec : TIIPredicates) { in emitMCIIHelperMethods()
681 RecVec TIIPredicates = Records.getAllDerivedDefinitions("TIIPredicate"); in emitTIIHelperMethods() local
682 if (TIIPredicates.empty()) in emitTIIHelperMethods()
688 for (const Record *Rec : TIIPredicates) { in emitTIIHelperMethods()
H A DCodeGenSchedule.cpp445 llvm::StringMap<const Record *> TIIPredicates(MCPredicates.size()); in checkMCInstPredicates() local
448 StringMap<const Record *>::const_iterator It = TIIPredicates.find(Name); in checkMCInstPredicates()
449 if (It == TIIPredicates.end()) { in checkMCInstPredicates()
450 TIIPredicates[Name] = TIIPred; in checkMCInstPredicates()