Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h88 const MCReadAdvanceEntry *ReadAdvanceTable;
104 const MCReadAdvanceEntry *RA, const InstrStage *IS,
192 for (const MCReadAdvanceEntry *I = &ReadAdvanceTable[SC->ReadAdvanceIdx], in getReadAdvanceCycles()
208 ArrayRef<MCReadAdvanceEntry>
211 return ArrayRef<MCReadAdvanceEntry>(); in getReadAdvanceEntries()
212 return ArrayRef<MCReadAdvanceEntry>(&ReadAdvanceTable[SC.ReadAdvanceIdx], in getReadAdvanceEntries()
H A DMCSchedule.h108 struct MCReadAdvanceEntry { struct
113 bool operator==(const MCReadAdvanceEntry &Other) const { argument
416 getForwardingDelayCycles(ArrayRef<MCReadAdvanceEntry> Entries,
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSchedule.cpp167 MCSchedModel::getForwardingDelayCycles(ArrayRef<MCReadAdvanceEntry> Entries, in getForwardingDelayCycles()
173 for (const MCReadAdvanceEntry &E : Entries) { in getForwardingDelayCycles()
185 ArrayRef<MCReadAdvanceEntry> Entries = STI.getReadAdvanceEntries(SCDesc); in getBypassDelayCycles()
207 for (const MCReadAdvanceEntry &E : Entries) { in getBypassDelayCycles()
H A DMCSubtargetInfo.cpp253 const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, in MCSubtargetInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h43 struct MCReadAdvanceEntry;
72 const MCReadAdvanceEntry *RA, const InstrStage *IS,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSubtargetInfo.cpp21 const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, in TargetSubtargetInfo()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp55 std::vector<MCReadAdvanceEntry> ReadAdvanceEntries;
1107 std::vector<MCReadAdvanceEntry> ReadAdvanceEntries; in genSchedClassTables()
1269 MCReadAdvanceEntry RAEntry; in genSchedClassTables()
1319 std::vector<MCReadAdvanceEntry>::iterator RAPos = in genSchedClassTables()
1375 MCReadAdvanceEntry &RAEntry = SchedTables.ReadAdvanceEntries[RAIdx]; in emitSchedClassTables()