Lines Matching refs:Variant
576 for (Record *Variant : Vars) { in scanSchedRW()
578 RecVec Selected = Variant->getValueAsListOfDefs("Selected"); in scanSchedRW()
1412 for (auto &Variant : Variants) { in getAllPredicates() local
1413 if (!Variant.VarOrSeqDef->isSubClassOf("SchedVar")) in getAllPredicates()
1415 Preds.push_back(Variant.VarOrSeqDef->getValueAsDef("Predicate")); in getAllPredicates()
1481 for (TransVariant &Variant : Variants) { in getIntersectingVariants()
1484 if (Variant.VarOrSeqDef->isSubClassOf("SchedVar")) { in getIntersectingVariants()
1485 Record *PredDef = Variant.VarOrSeqDef->getValueAsDef("Predicate"); in getIntersectingVariants()
1492 Variant.TransVecIdx = TransIdx; in getIntersectingVariants()
1493 IntersectingVariants.push_back(Variant); in getIntersectingVariants()
1497 Variant.TransVecIdx = TransVec.size(); in getIntersectingVariants()
1498 IntersectingVariants.push_back(Variant); in getIntersectingVariants()