Searched refs:MCWriteProcResEntry (Results 1 – 14 of 14) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSubtargetInfo.h | 84 const MCWriteProcResEntry *WriteProcResTable; 100 const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL, 167 const MCWriteProcResEntry *getWriteProcResBegin( in getWriteProcResBegin() 171 const MCWriteProcResEntry *getWriteProcResEnd( in getWriteProcResEnd()
|
| H A D | MCSchedule.h | 63 struct MCWriteProcResEntry { struct 74 bool operator==(const MCWriteProcResEntry &Other) const { argument
|
| /src/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSchedule.cpp | 94 const MCWriteProcResEntry *I = STI.getWriteProcResBegin(&SCDesc); in getReciprocalThroughput() 95 const MCWriteProcResEntry *E = STI.getWriteProcResEnd(&SCDesc); in getReciprocalThroughput()
|
| H A D | MCSubtargetInfo.cpp | 229 const MCWriteProcResEntry *WPR, in MCSubtargetInfo()
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetSubtargetInfo.h | 44 struct MCWriteProcResEntry; 68 const MCWriteProcResEntry *WPR,
|
| H A D | TargetSchedule.h | 129 using ProcResIter = const MCWriteProcResEntry *;
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetSubtargetInfo.cpp | 20 const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL, in TargetSubtargetInfo()
|
| H A D | MachineScheduler.cpp | 1048 SmallVector<MCWriteProcResEntry, 4> ResourcesIt( in dumpScheduleTraceTopDown() 1054 [](const MCWriteProcResEntry &LHS, in dumpScheduleTraceTopDown() 1055 const MCWriteProcResEntry &RHS) -> bool { in dumpScheduleTraceTopDown() 1060 for (const MCWriteProcResEntry &PI : ResourcesIt) { in dumpScheduleTraceTopDown() 1129 SmallVector<MCWriteProcResEntry, 4> ResourcesIt( in dumpScheduleTraceBottomUp() 1135 [](const MCWriteProcResEntry &LHS, in dumpScheduleTraceBottomUp() 1136 const MCWriteProcResEntry &RHS) -> bool { in dumpScheduleTraceBottomUp() 1141 for (const MCWriteProcResEntry &PI : ResourcesIt) { in dumpScheduleTraceBottomUp() 2403 for (const MCWriteProcResEntry &PE : in getNextResourceCycle() 2480 for (const MCWriteProcResEntry &PE : in checkHazard()
|
| H A D | TargetSchedule.cpp | 298 for (const MCWriteProcResEntry *PRI = STI->getWriteProcResBegin(SCDesc), in computeOutputLatency()
|
| H A D | MachinePipeliner.cpp | 1153 for (const MCWriteProcResEntry &PRE : in minFuncUnits() 1196 for (const MCWriteProcResEntry &PRE : in calcCriticalResources() 3606 for (const MCWriteProcResEntry &PRE : make_range( in reserveResources() 3618 for (const MCWriteProcResEntry &PRE : make_range( in unreserveResources() 3729 for (const MCWriteProcResEntry &PRE : in calculateResMII()
|
| H A D | ScheduleDAGInstrs.cpp | 606 for (const MCWriteProcResEntry &PRE : in initSUnits()
|
| /src/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | SubtargetEmitter.cpp | 60 std::vector<MCWriteProcResEntry> WriteProcResources; 76 bool operator()(const MCWriteProcResEntry &LHS, in operator ()() 77 const MCWriteProcResEntry &RHS) { in operator ()() 1131 std::vector<MCWriteProcResEntry> WriteProcResources; in GenSchedClassTables() 1220 MCWriteProcResEntry WPREntry; in GenSchedClassTables() 1311 std::vector<MCWriteProcResEntry>::iterator WPRPos = in GenSchedClassTables() 1365 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; in EmitSchedClassTables()
|
| /src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZHazardRecognizer.cpp | 419 for (const MCWriteProcResEntry &PRE : in emitInstruction()
|
| /src/contrib/llvm-project/llvm/lib/MCA/ |
| H A D | InstrBuilder.cpp | 71 const MCWriteProcResEntry *PRE = STI.getWriteProcResBegin(&SCDesc) + I; in initializeUsedResources()
|