Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Selected

315       // Visit each RW in the sequence selected by the current variant.
316 RecVec Selected = Variant->getValueAsListOfDefs("Selected");
317 for (Record *SelDef : Selected)
1231 // Push the Reads/Writes selected by this variant onto the PredTransition
1246 RecVec SelectedDefs = VInfo.VarOrSeqDef->getValueAsListOfDefs("Selected");