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

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp699 /// Find the ReadAdvance record for the given SchedRead on this processor or
703 // Check for SchedReads that directly specify a ReadAdvance.
731 if (!(*RAI)->isSubClassOf("ReadAdvance"))
910 // If this Write is not referenced by a ReadAdvance, don't distinguish it
969 Record *ReadAdvance = local
971 if (!ReadAdvance)
975 if (ReadAdvance->getValueAsBit("Unsupported")) {
979 RecVec ValidWrites = ReadAdvance->getValueAsListOfDefs("ValidWrites");
994 RAEntry.Cycles = ReadAdvance->getValueAsInt("Cycles");

Completed in 50 milliseconds