Searched refs:ReadAdvance (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp730 /// Find the ReadAdvance record for the given SchedRead on this processor or
734 // Check for SchedReads that directly specify a ReadAdvance.
762 if (!(*RAI)->isSubClassOf("ReadAdvance"))
921 // If this Write is not referenced by a ReadAdvance, don't distinguish it
980 Record *ReadAdvance = local
982 if (!ReadAdvance)
986 if (ReadAdvance->getValueAsBit("Unsupported")) {
990 RecVec ValidWrites = ReadAdvance->getValueAsListOfDefs("ValidWrites");
1005 RAEntry.Cycles = ReadAdvance->getValueAsInt("Cycles");

Completed in 69 milliseconds