Lines Matching refs:PredDef
1338 bool mutuallyExclusive(Record *PredDef, ArrayRef<PredCheck> Term);
1356 bool PredTransitions::mutuallyExclusive(Record *PredDef, in mutuallyExclusive() argument
1359 if (PC.Predicate == PredDef) in mutuallyExclusive()
1365 if (any_of(Variants, [PredDef](const Record *R) { in mutuallyExclusive()
1366 return R->getValueAsDef("Predicate") == PredDef; in mutuallyExclusive()
1477 Record *PredDef = Variant.VarOrSeqDef->getValueAsDef("Predicate"); in getIntersectingVariants() local
1478 if (mutuallyExclusive(PredDef, TransVec[TransIdx].PredTerm)) in getIntersectingVariants()
1512 Record *PredDef = VInfo.VarOrSeqDef->getValueAsDef("Predicate"); in pushVariant() local
1513 Trans.PredTerm.emplace_back(IsRead, VInfo.RWIdx,PredDef); in pushVariant()
2146 for (const Record *PredDef : Inst.TheDef->getValueAsListOfDefs("Predicates")) { in isUnsupported() local
2147 if (TheDef->getName() == PredDef->getName()) in isUnsupported()