Searched refs:MCReadAdvanceEntry (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCSubtargetInfo.h | 86 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 D | MCSchedule.h | 94 struct MCReadAdvanceEntry { struct 99 bool operator==(const MCReadAdvanceEntry &Other) const { argument 375 static unsigned getForwardingDelayCycles(ArrayRef<MCReadAdvanceEntry> Entries,
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCSchedule.cpp | 154 MCSchedModel::getForwardingDelayCycles(ArrayRef<MCReadAdvanceEntry> Entries, in getForwardingDelayCycles() 160 for (const MCReadAdvanceEntry &E : Entries) { in getForwardingDelayCycles()
|
| H A D | MCSubtargetInfo.cpp | 230 const MCReadAdvanceEntry *RA, in MCSubtargetInfo()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetSubtargetInfo.h | 39 struct MCReadAdvanceEntry; 67 const MCReadAdvanceEntry *RA, const InstrStage *IS,
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetSubtargetInfo.cpp | 21 const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, in TargetSubtargetInfo()
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | SubtargetEmitter.cpp | 52 std::vector<MCReadAdvanceEntry> ReadAdvanceEntries; 1100 std::vector<MCReadAdvanceEntry> ReadAdvanceEntries; in GenSchedClassTables() 1208 MCReadAdvanceEntry RAEntry; in GenSchedClassTables() 1260 std::vector<MCReadAdvanceEntry>::iterator RAPos = in GenSchedClassTables() 1315 MCReadAdvanceEntry &RAEntry = SchedTables.ReadAdvanceEntries[RAIdx]; in EmitSchedClassTables()
|