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

/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp724 /// Find the ReadAdvance record for the given SchedRead on this processor or
728 // Check for SchedReads that directly specify a ReadAdvance.
756 if (!(*RAI)->isSubClassOf("ReadAdvance"))
935 // If this Write is not referenced by a ReadAdvance, don't distinguish it
994 Record *ReadAdvance = local
996 if (!ReadAdvance)
1000 if (ReadAdvance->getValueAsBit("Unsupported")) {
1004 RecVec ValidWrites = ReadAdvance->getValueAsListOfDefs("ValidWrites");
1019 RAEntry.Cycles = ReadAdvance->getValueAsInt("Cycles");

Completed in 102 milliseconds