Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h84 const MCWriteProcResEntry *WriteProcResTable;
100 const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL,
167 const MCWriteProcResEntry *getWriteProcResBegin( in getWriteProcResBegin()
171 const MCWriteProcResEntry *getWriteProcResEnd( in getWriteProcResEnd()
H A DMCSchedule.h63 struct MCWriteProcResEntry { struct
74 bool operator==(const MCWriteProcResEntry &Other) const { argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCSchedule.cpp94 const MCWriteProcResEntry *I = STI.getWriteProcResBegin(&SCDesc); in getReciprocalThroughput()
95 const MCWriteProcResEntry *E = STI.getWriteProcResEnd(&SCDesc); in getReciprocalThroughput()
H A DMCSubtargetInfo.cpp229 const MCWriteProcResEntry *WPR, in MCSubtargetInfo()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h44 struct MCWriteProcResEntry;
68 const MCWriteProcResEntry *WPR,
H A DTargetSchedule.h129 using ProcResIter = const MCWriteProcResEntry *;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSubtargetInfo.cpp20 const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL, in TargetSubtargetInfo()
H A DMachineScheduler.cpp1012 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 DTargetSchedule.cpp298 for (const MCWriteProcResEntry *PRI = STI->getWriteProcResBegin(SCDesc), in computeOutputLatency()
H A DMachinePipeliner.cpp1093 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 DScheduleDAGInstrs.cpp604 for (const MCWriteProcResEntry &PRE : in initSUnits()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp59 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 DSystemZHazardRecognizer.cpp419 for (const MCWriteProcResEntry &PRE : in emitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp70 const MCWriteProcResEntry *PRE = STI.getWriteProcResBegin(&SCDesc) + I; in initializeUsedResources()