Searched refs:MCReadAdvanceEntry (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/MC/ |
| 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()
|
| D | MCSchedule.h | 94 struct MCReadAdvanceEntry { struct 99 bool operator==(const MCReadAdvanceEntry &Other) const { argument 375 static unsigned getForwardingDelayCycles(ArrayRef<MCReadAdvanceEntry> Entries,
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | TargetSubtargetInfo.h | 41 struct MCReadAdvanceEntry; 69 const MCReadAdvanceEntry *RA, const InstrStage *IS,
|
| /openbsd/src/gnu/llvm/llvm/lib/MC/ |
| D | MCSchedule.cpp | 155 MCSchedModel::getForwardingDelayCycles(ArrayRef<MCReadAdvanceEntry> Entries, in getForwardingDelayCycles() 161 for (const MCReadAdvanceEntry &E : Entries) { in getForwardingDelayCycles()
|
| D | MCSubtargetInfo.cpp | 231 const MCReadAdvanceEntry *RA, in MCSubtargetInfo()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | TargetSubtargetInfo.cpp | 21 const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, in TargetSubtargetInfo()
|
| /openbsd/src/gnu/llvm/llvm/utils/TableGen/ |
| 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()
|