Home | History | Annotate | Download | only in TableGen

Lines Matching defs:ReadAdvance

699 /// Find the ReadAdvance record for the given SchedRead on this processor or
703 // Check for SchedReads that directly specify a ReadAdvance.
729 if (!RA->isSubClassOf("ReadAdvance"))
903 // If this Write is not referenced by a ReadAdvance, don't distinguish it
961 Record *ReadAdvance =
963 if (!ReadAdvance)
967 if (ReadAdvance->getValueAsBit("Unsupported")) {
971 RecVec ValidWrites = ReadAdvance->getValueAsListOfDefs("ValidWrites");
985 RAEntry.Cycles = ReadAdvance->getValueAsInt("Cycles");