Home
last modified time | relevance | path

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

/netbsd-src/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], in getReadAdvanceCycles()
204 ArrayRef<MCReadAdvanceEntry>
207 return ArrayRef<MCReadAdvanceEntry>(); in getReadAdvanceEntries()
208 return ArrayRef<MCReadAdvanceEntry>(&ReadAdvanceTable[SC.ReadAdvanceIdx], in getReadAdvanceEntries()
H A DMCSchedule.h95 struct MCReadAdvanceEntry { struct
100 bool operator==(const MCReadAdvanceEntry &Other) const { argument
376 static unsigned getForwardingDelayCycles(ArrayRef<MCReadAdvanceEntry> Entries,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSchedule.cpp154 MCSchedModel::getForwardingDelayCycles(ArrayRef<MCReadAdvanceEntry> Entries, in getForwardingDelayCycles()
160 for (const MCReadAdvanceEntry &E : Entries) { in getForwardingDelayCycles()
H A DMCSubtargetInfo.cpp230 const MCReadAdvanceEntry *RA, in MCSubtargetInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h38 struct MCReadAdvanceEntry;
66 const MCReadAdvanceEntry *RA, const InstrStage *IS,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetSubtargetInfo.cpp21 const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, in TargetSubtargetInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp52 std::vector<MCReadAdvanceEntry> ReadAdvanceEntries;
1064 std::vector<MCReadAdvanceEntry> ReadAdvanceEntries; in GenSchedClassTables()
1172 MCReadAdvanceEntry RAEntry; in GenSchedClassTables()
1224 std::vector<MCReadAdvanceEntry>::iterator RAPos = in GenSchedClassTables()
1279 MCReadAdvanceEntry &RAEntry = SchedTables.ReadAdvanceEntries[RAIdx]; in EmitSchedClassTables()