Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCSubtargetInfo.h40 const MCReadAdvanceEntry *ReadAdvanceTable;
59 const MCReadAdvanceEntry *RA, const InstrStage *IS,
141 for (const MCReadAdvanceEntry *I = &ReadAdvanceTable[SC->ReadAdvanceIdx], in getReadAdvanceCycles()
DMCSchedule.h86 struct MCReadAdvanceEntry { struct
91 bool operator==(const MCReadAdvanceEntry &Other) const { argument
/external/llvm/lib/Target/
DTargetSubtargetInfo.cpp24 const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, in TargetSubtargetInfo()
/external/llvm/include/llvm/Target/
DTargetSubtargetInfo.h61 const MCReadAdvanceEntry *RA, const InstrStage *IS,
/external/llvm/lib/MC/
DMCSubtargetInfo.cpp43 const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, in MCSubtargetInfo()
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp49 std::vector<MCReadAdvanceEntry> ReadAdvanceEntries;
892 std::vector<MCReadAdvanceEntry> ReadAdvanceEntries; in GenSchedClassTables()
982 MCReadAdvanceEntry RAEntry; in GenSchedClassTables()
1038 std::vector<MCReadAdvanceEntry>::iterator RAPos = in GenSchedClassTables()
1094 MCReadAdvanceEntry &RAEntry = SchedTables.ReadAdvanceEntries[RAIdx]; in EmitSchedClassTables()