Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h86 const MCReadAdvanceEntry *ReadAdvanceTable;
101 const MCReadAdvanceEntry *RA, const InstrStage *IS,
189 for (const MCReadAdvanceEntry *I = &ReadAdvanceTable[SC->ReadAdvanceIdx], in getReadAdvanceCycles()
205 ArrayRef<MCReadAdvanceEntry>
208 return ArrayRef<MCReadAdvanceEntry>(); in getReadAdvanceEntries()
209 return ArrayRef<MCReadAdvanceEntry>(&ReadAdvanceTable[SC.ReadAdvanceIdx], in getReadAdvanceEntries()
H A DMCSchedule.h103 struct MCReadAdvanceEntry { struct
108 bool operator==(const MCReadAdvanceEntry &Other) const { argument
389 static unsigned getForwardingDelayCycles(ArrayRef<MCReadAdvanceEntry> Entries,
/src/contrib/llvm-project/llvm/lib/MC/
H A DMCSchedule.cpp156 MCSchedModel::getForwardingDelayCycles(ArrayRef<MCReadAdvanceEntry> Entries, in getForwardingDelayCycles()
162 for (const MCReadAdvanceEntry &E : Entries) { in getForwardingDelayCycles()
H A DMCSubtargetInfo.cpp231 const MCReadAdvanceEntry *RA, in MCSubtargetInfo()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h42 struct MCReadAdvanceEntry;
70 const MCReadAdvanceEntry *RA, const InstrStage *IS,
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSubtargetInfo.cpp21 const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, in TargetSubtargetInfo()
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp63 std::vector<MCReadAdvanceEntry> ReadAdvanceEntries;
1134 std::vector<MCReadAdvanceEntry> ReadAdvanceEntries; in GenSchedClassTables()
1292 MCReadAdvanceEntry RAEntry; in GenSchedClassTables()
1342 std::vector<MCReadAdvanceEntry>::iterator RAPos = in GenSchedClassTables()
1398 MCReadAdvanceEntry &RAEntry = SchedTables.ReadAdvanceEntries[RAIdx]; in EmitSchedClassTables()