Lines Matching refs:PredDef
1352 bool mutuallyExclusive(Record *PredDef, ArrayRef<Record *> Preds,
1371 bool PredTransitions::mutuallyExclusive(Record *PredDef, in mutuallyExclusive() argument
1375 if (PC.Predicate == PredDef) in mutuallyExclusive()
1381 if (any_of(Variants, [PredDef](const Record *R) { in mutuallyExclusive()
1382 return R->getValueAsDef("Predicate") == PredDef; in mutuallyExclusive()
1493 Record *PredDef = Variant.VarOrSeqDef->getValueAsDef("Predicate"); in getIntersectingVariants() local
1494 if (mutuallyExclusive(PredDef, AllPreds, TransVec[TransIdx].PredTerm)) in getIntersectingVariants()
1526 Record *PredDef = VInfo.VarOrSeqDef->getValueAsDef("Predicate"); in pushVariant() local
1527 Trans.PredTerm.emplace_back(IsRead, VInfo.RWIdx,PredDef); in pushVariant()
2201 for (const Record *PredDef : Inst.TheDef->getValueAsListOfDefs("Predicates")) { in isUnsupported() local
2202 if (TheDef->getName() == PredDef->getName()) in isUnsupported()