Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCSubtargetInfo.h38 const MCReadAdvanceEntry *ReadAdvanceTable;
53 const MCReadAdvanceEntry *RA,
115 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/MC/
DMCSubtargetInfo.cpp46 const MCReadAdvanceEntry *RA, in InitMCSubtargetInfo()
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp42 std::vector<MCReadAdvanceEntry> ReadAdvanceEntries;
924 std::vector<MCReadAdvanceEntry> ReadAdvanceEntries; in GenSchedClassTables()
1016 MCReadAdvanceEntry RAEntry; in GenSchedClassTables()
1072 std::vector<MCReadAdvanceEntry>::iterator RAPos = in GenSchedClassTables()
1128 MCReadAdvanceEntry &RAEntry = SchedTables.ReadAdvanceEntries[RAIdx]; in EmitSchedClassTables()