Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp634 for (const Record *ADef : AliasDefs) { in collectSchedRW() local
635 const Record *MatchDef = ADef->getValueAsDef("MatchRW"); in collectSchedRW()
636 const Record *AliasDef = ADef->getValueAsDef("AliasRW"); in collectSchedRW()
639 PrintFatalError(ADef->getLoc(), "SchedWrite Alias must be SchedWrite"); in collectSchedRW()
644 PrintFatalError(ADef->getLoc(), "SchedRead Alias must be SchedRead"); in collectSchedRW()
668 for (const Record *ADef : AliasDefs) { in collectSchedRW() local
669 const Record *AliasDef = ADef->getValueAsDef("AliasRW"); in collectSchedRW()
671 const Record *MatchDef = ADef->getValueAsDef("MatchRW"); in collectSchedRW()
674 PrintFatalError(ADef->getLoc(), "Cannot Alias an Alias"); in collectSchedRW()
675 RW.Aliases.push_back(ADef); in collectSchedRW()