Home
last modified time | relevance | path

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

/src/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
/src/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()
/src/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 *;
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSubtargetInfo.cpp20 const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL, in TargetSubtargetInfo()
H A DMachineScheduler.cpp1048 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 DTargetSchedule.cpp298 for (const MCWriteProcResEntry *PRI = STI->getWriteProcResBegin(SCDesc), in computeOutputLatency()
H A DMachinePipeliner.cpp1153 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 DScheduleDAGInstrs.cpp606 for (const MCWriteProcResEntry &PRE : in initSUnits()
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp60 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 DSystemZHazardRecognizer.cpp419 for (const MCWriteProcResEntry &PRE : in emitInstruction()
/src/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp71 const MCWriteProcResEntry *PRE = STI.getWriteProcResBegin(&SCDesc) + I; in initializeUsedResources()