Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h46 const MCReadAdvanceEntry *ReadAdvanceTable;
61 const MCReadAdvanceEntry *RA, const InstrStage *IS,
142 for (const MCReadAdvanceEntry *I = &ReadAdvanceTable[SC->ReadAdvanceIdx], in getReadAdvanceCycles()
H A DMCSchedule.h95 struct MCReadAdvanceEntry { struct
100 bool operator==(const MCReadAdvanceEntry &Other) const { argument
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h39 struct MCReadAdvanceEntry;
70 const MCReadAdvanceEntry *RA, const InstrStage *IS,
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetSubtargetInfo.cpp30 const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, in TargetSubtargetInfo()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCSubtargetInfo.cpp46 const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, in MCSubtargetInfo()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp53 std::vector<MCReadAdvanceEntry> ReadAdvanceEntries;
1043 std::vector<MCReadAdvanceEntry> ReadAdvanceEntries; in GenSchedClassTables()
1150 MCReadAdvanceEntry RAEntry; in GenSchedClassTables()
1205 std::vector<MCReadAdvanceEntry>::iterator RAPos = in GenSchedClassTables()
1261 MCReadAdvanceEntry &RAEntry = SchedTables.ReadAdvanceEntries[RAIdx]; in EmitSchedClassTables()