Lines Matching refs:PredDef
1344 bool mutuallyExclusive(Record *PredDef, ArrayRef<Record *> Preds,
1363 bool PredTransitions::mutuallyExclusive(Record *PredDef, in mutuallyExclusive() argument
1367 if (PC.Predicate == PredDef) in mutuallyExclusive()
1373 if (any_of(Variants, [PredDef](const Record *R) { in mutuallyExclusive()
1374 return R->getValueAsDef("Predicate") == PredDef; in mutuallyExclusive()
1485 Record *PredDef = Variant.VarOrSeqDef->getValueAsDef("Predicate"); in getIntersectingVariants() local
1486 if (mutuallyExclusive(PredDef, AllPreds, TransVec[TransIdx].PredTerm)) in getIntersectingVariants()
1518 Record *PredDef = VInfo.VarOrSeqDef->getValueAsDef("Predicate"); in pushVariant() local
1519 Trans.PredTerm.emplace_back(IsRead, VInfo.RWIdx,PredDef); in pushVariant()
2195 for (const Record *PredDef : Inst.TheDef->getValueAsListOfDefs("Predicates")) { in isUnsupported() local
2196 if (TheDef->getName() == PredDef->getName()) in isUnsupported()