Home
last modified time | relevance | path

Searched refs:MCWriteProcResEntry (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/MC/
HDMCSubtargetInfo.h37 const MCWriteProcResEntry *WriteProcResTable;
57 const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL,
117 const MCWriteProcResEntry *getWriteProcResBegin( in getWriteProcResBegin()
121 const MCWriteProcResEntry *getWriteProcResEnd( in getWriteProcResEnd()
HDMCSchedule.h55 struct MCWriteProcResEntry { struct
59 bool operator==(const MCWriteProcResEntry &Other) const { argument
/NextBSD/contrib/llvm/lib/Target/
HDTargetSubtargetInfo.cpp25 const SubtargetInfoKV *ProcSched, const MCWriteProcResEntry *WPR, in TargetSubtargetInfo()
/NextBSD/contrib/llvm/utils/TableGen/
HDSubtargetEmitter.cpp40 std::vector<MCWriteProcResEntry> WriteProcResources;
56 bool operator()(const MCWriteProcResEntry &LHS, in operator ()()
57 const MCWriteProcResEntry &RHS) { in operator ()()
904 std::vector<MCWriteProcResEntry> WriteProcResources; in GenSchedClassTables()
951 MCWriteProcResEntry WPREntry; in GenSchedClassTables()
1019 std::vector<MCWriteProcResEntry>::iterator WPRPos = in GenSchedClassTables()
1079 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; in EmitSchedClassTables()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDTargetSchedule.h112 typedef const MCWriteProcResEntry *ProcResIter;
/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetSubtargetInfo.h54 const MCWriteProcResEntry *WPR,
/NextBSD/contrib/llvm/lib/MC/
HDMCSubtargetInfo.cpp42 const SubtargetInfoKV *ProcSched, const MCWriteProcResEntry *WPR, in MCSubtargetInfo()
/NextBSD/contrib/llvm/lib/CodeGen/
HDTargetSchedule.cpp295 for (const MCWriteProcResEntry *PRI = STI->getWriteProcResBegin(SCDesc), in computeOutputLatency()