Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCSubtargetInfo.h39 const MCReadAdvanceEntry *ReadAdvanceTable;
54 const MCReadAdvanceEntry *RA,
125 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.cpp44 const MCReadAdvanceEntry *RA, in InitMCSubtargetInfo()
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp42 std::vector<MCReadAdvanceEntry> ReadAdvanceEntries;
912 std::vector<MCReadAdvanceEntry> ReadAdvanceEntries; in GenSchedClassTables()
1004 MCReadAdvanceEntry RAEntry; in GenSchedClassTables()
1060 std::vector<MCReadAdvanceEntry>::iterator RAPos = in GenSchedClassTables()
1116 MCReadAdvanceEntry &RAEntry = SchedTables.ReadAdvanceEntries[RAIdx]; in EmitSchedClassTables()