Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp673 RecVec TIIPredicates = Records.getAllDerivedDefinitions("TIIPredicate"); in emitMCIIHelperMethods() local
684 for (const Record *Rec : TIIPredicates) { in emitMCIIHelperMethods()
706 for (const Record *Rec : TIIPredicates) { in emitMCIIHelperMethods()
860 RecVec TIIPredicates = Records.getAllDerivedDefinitions("TIIPredicate"); in emitTIIHelperMethods() local
861 if (TIIPredicates.empty()) in emitTIIHelperMethods()
867 for (const Record *Rec : TIIPredicates) { in emitTIIHelperMethods()
H A DCodeGenSchedule.cpp444 llvm::StringMap<const Record *> TIIPredicates(MCPredicates.size()); in checkMCInstPredicates() local
447 StringMap<const Record *>::const_iterator It = TIIPredicates.find(Name); in checkMCInstPredicates()
448 if (It == TIIPredicates.end()) { in checkMCInstPredicates()
449 TIIPredicates[Name] = TIIPred; in checkMCInstPredicates()