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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetSubtargetInfo.cpp21 const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC,
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h85 const MCReadAdvanceEntry *ReadAdvanceTable;
100 const MCReadAdvanceEntry *RA, const InstrStage *IS,
188 for (const MCReadAdvanceEntry *I = &ReadAdvanceTable[SC->ReadAdvanceIdx],
204 ArrayRef<MCReadAdvanceEntry>
207 return ArrayRef<MCReadAdvanceEntry>();
208 return ArrayRef<MCReadAdvanceEntry>(&ReadAdvanceTable[SC.ReadAdvanceIdx],
H A DMCSchedule.h95 struct MCReadAdvanceEntry { struct in namespace:llvm
100 bool operator==(const MCReadAdvanceEntry &Other) const {
376 static unsigned getForwardingDelayCycles(ArrayRef<MCReadAdvanceEntry> Entries,
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h38 struct MCReadAdvanceEntry;
66 const MCReadAdvanceEntry *RA, const InstrStage *IS,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSchedule.cpp154 MCSchedModel::getForwardingDelayCycles(ArrayRef<MCReadAdvanceEntry> Entries,
160 for (const MCReadAdvanceEntry &E : Entries) {
H A DMCSubtargetInfo.cpp230 const MCReadAdvanceEntry *RA,
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp52 std::vector<MCReadAdvanceEntry> ReadAdvanceEntries;
1064 std::vector<MCReadAdvanceEntry> ReadAdvanceEntries;
1172 MCReadAdvanceEntry RAEntry;
1224 std::vector<MCReadAdvanceEntry>::iterator RAPos =
1274 << "extern const llvm::MCReadAdvanceEntry "
1279 MCReadAdvanceEntry &RAEntry = SchedTables.ReadAdvanceEntries[RAIdx];
1754 << " const MCReadAdvanceEntry *RA, const InstrStage *IS,\n"
1917 OS << "extern const llvm::MCReadAdvanceEntry "

Completed in 262 milliseconds