Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp664 for (Record *ADef : AliasDefs) { in collectSchedRW()
665 Record *MatchDef = ADef->getValueAsDef("MatchRW"); in collectSchedRW()
666 Record *AliasDef = ADef->getValueAsDef("AliasRW"); in collectSchedRW()
669 PrintFatalError(ADef->getLoc(), "SchedWrite Alias must be SchedWrite"); in collectSchedRW()
674 PrintFatalError(ADef->getLoc(), "SchedRead Alias must be SchedRead"); in collectSchedRW()
698 for (Record *ADef : AliasDefs) { in collectSchedRW()
699 Record *AliasDef = ADef->getValueAsDef("AliasRW"); in collectSchedRW()
701 Record *MatchDef = ADef->getValueAsDef("MatchRW"); in collectSchedRW()
704 PrintFatalError(ADef->getLoc(), "Cannot Alias an Alias"); in collectSchedRW()
705 RW.Aliases.push_back(ADef); in collectSchedRW()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp218 auto *ADef = getMiddleDef(A); in localComesBefore() local
224 auto *ArgA = dyn_cast_or_null<Argument>(ADef); in localComesBefore()
230 auto *AInst = getDefOrUser(ADef, A.U); in localComesBefore()