Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp357 RecVec TIIPredicates = Records.getAllDerivedDefinitions("TIIPredicate"); in emitMCIIHelperMethods() local
358 if (TIIPredicates.empty()) in emitMCIIHelperMethods()
369 for (const Record *Rec : TIIPredicates) { in emitMCIIHelperMethods()
388 for (const Record *Rec : TIIPredicates) { in emitMCIIHelperMethods()
406 RecVec TIIPredicates = Records.getAllDerivedDefinitions("TIIPredicate"); in emitTIIHelperMethods() local
407 if (TIIPredicates.empty()) in emitTIIHelperMethods()
413 for (const Record *Rec : TIIPredicates) { in emitTIIHelperMethods()
H A DCodeGenSchedule.cpp449 llvm::StringMap<const Record *> TIIPredicates(MCPredicates.size()); in checkMCInstPredicates() local
452 StringMap<const Record *>::const_iterator It = TIIPredicates.find(Name); in checkMCInstPredicates()
453 if (It == TIIPredicates.end()) { in checkMCInstPredicates()
454 TIIPredicates[Name] = TIIPred; in checkMCInstPredicates()