Searched refs:MCWriteProcResEntry (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/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
|
| /freebsd-14.2/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()
|
| /freebsd-14.2/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 *;
|
| /freebsd-14.2/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 | 1012 SmallVector<MCWriteProcResEntry, 4> ResourcesIt( in dumpScheduleTraceTopDown() 1018 [](const MCWriteProcResEntry &LHS, in dumpScheduleTraceTopDown() 1019 const MCWriteProcResEntry &RHS) -> bool { in dumpScheduleTraceTopDown() 1024 for (const MCWriteProcResEntry &PI : ResourcesIt) { in dumpScheduleTraceTopDown() 1093 SmallVector<MCWriteProcResEntry, 4> ResourcesIt( in dumpScheduleTraceBottomUp() 1099 [](const MCWriteProcResEntry &LHS, in dumpScheduleTraceBottomUp() 1100 const MCWriteProcResEntry &RHS) -> bool { in dumpScheduleTraceBottomUp() 1105 for (const MCWriteProcResEntry &PI : ResourcesIt) { in dumpScheduleTraceBottomUp() 2362 for (const MCWriteProcResEntry &PE : in getNextResourceCycle() 2439 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 | 1093 for (const MCWriteProcResEntry &PRE : in minFuncUnits() 1136 for (const MCWriteProcResEntry &PRE : in calcCriticalResources() 3537 for (const MCWriteProcResEntry &PRE : make_range( in reserveResources() 3549 for (const MCWriteProcResEntry &PRE : make_range( in unreserveResources() 3660 for (const MCWriteProcResEntry &PRE : in calculateResMII()
|
| H A D | ScheduleDAGInstrs.cpp | 604 for (const MCWriteProcResEntry &PRE : in initSUnits()
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | SubtargetEmitter.cpp | 59 std::vector<MCWriteProcResEntry> WriteProcResources; 75 bool operator()(const MCWriteProcResEntry &LHS, in operator ()() 76 const MCWriteProcResEntry &RHS) { in operator ()() 1111 std::vector<MCWriteProcResEntry> WriteProcResources; in GenSchedClassTables() 1202 MCWriteProcResEntry WPREntry; in GenSchedClassTables() 1290 std::vector<MCWriteProcResEntry>::iterator WPRPos = in GenSchedClassTables() 1346 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; in EmitSchedClassTables()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZHazardRecognizer.cpp | 419 for (const MCWriteProcResEntry &PRE : in emitInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/ |
| H A D | InstrBuilder.cpp | 70 const MCWriteProcResEntry *PRE = STI.getWriteProcResBegin(&SCDesc) + I; in initializeUsedResources()
|