Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
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()
DMCSchedule.h94 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/
DTargetSubtargetInfo.h41 struct MCReadAdvanceEntry;
69 const MCReadAdvanceEntry *RA, const InstrStage *IS,
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCSchedule.cpp155 MCSchedModel::getForwardingDelayCycles(ArrayRef<MCReadAdvanceEntry> Entries, in getForwardingDelayCycles()
161 for (const MCReadAdvanceEntry &E : Entries) { in getForwardingDelayCycles()
DMCSubtargetInfo.cpp231 const MCReadAdvanceEntry *RA, in MCSubtargetInfo()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTargetSubtargetInfo.cpp21 const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, in TargetSubtargetInfo()
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DSubtargetEmitter.cpp52 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()