Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DSchedClassResolution.cpp49 static SmallVector<MCWriteProcResEntry, 8>
52 SmallVector<MCWriteProcResEntry, 8> Result; in getNonRedundantWriteProcRes()
176 SmallVector<MCWriteProcResEntry, 8> WPRS) { in computeIdealizedProcResPressure() argument
179 sort(WPRS, [](const MCWriteProcResEntry &A, const MCWriteProcResEntry &B) { in computeIdealizedProcResPressure()
182 for (const MCWriteProcResEntry &WPR : WPRS) { in computeIdealizedProcResPressure()
H A DSchedClassResolution.h36 SmallVector<MCWriteProcResEntry, 8> WPRS);
54 const SmallVector<MCWriteProcResEntry, 8> NonRedundantWriteProcRes;
/llvm-project-15.0.7/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
67 bool operator==(const MCWriteProcResEntry &Other) const { argument
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSchedule.cpp92 const MCWriteProcResEntry *I = STI.getWriteProcResBegin(&SCDesc); in getReciprocalThroughput()
93 const MCWriteProcResEntry *E = STI.getWriteProcResEnd(&SCDesc); in getReciprocalThroughput()
H A DMCSubtargetInfo.cpp228 const MCWriteProcResEntry *WPR, in MCSubtargetInfo()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h41 struct MCWriteProcResEntry;
65 const MCWriteProcResEntry *WPR,
H A DTargetSchedule.h129 using ProcResIter = const MCWriteProcResEntry *;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetSubtargetInfo.cpp20 const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL, in TargetSubtargetInfo()
H A DTargetSchedule.cpp313 for (const MCWriteProcResEntry *PRI = STI->getWriteProcResBegin(SCDesc), in computeOutputLatency()
H A DMachinePipeliner.cpp1021 for (const MCWriteProcResEntry &PRE : in minFuncUnits()
1064 for (const MCWriteProcResEntry &PRE : in calcCriticalResources()
3085 const MCWriteProcResEntry *I = STI->getWriteProcResBegin(SCDesc); in canReserveResources()
3086 const MCWriteProcResEntry *E = STI->getWriteProcResEnd(SCDesc); in canReserveResources()
3124 for (const MCWriteProcResEntry &PRE : in reserveResources()
H A DScheduleDAGInstrs.cpp587 for (const MCWriteProcResEntry &PRE : in initSUnits()
H A DMachineScheduler.cpp2121 for (const MCWriteProcResEntry &PE : in getNextResourceCycle()
2187 for (const MCWriteProcResEntry &PE : in checkHazard()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp49 std::vector<MCWriteProcResEntry> WriteProcResources;
65 bool operator()(const MCWriteProcResEntry &LHS, in operator ()()
66 const MCWriteProcResEntry &RHS) { in operator ()()
1097 std::vector<MCWriteProcResEntry> WriteProcResources; in GenSchedClassTables()
1161 MCWriteProcResEntry WPREntry; in GenSchedClassTables()
1227 std::vector<MCWriteProcResEntry>::iterator WPRPos = in GenSchedClassTables()
1283 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; in EmitSchedClassTables()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp419 for (const MCWriteProcResEntry &PRE : in emitInstruction()
/llvm-project-15.0.7/llvm/lib/MCA/
H A DInstrBuilder.cpp69 const MCWriteProcResEntry *PRE = STI.getWriteProcResBegin(&SCDesc) + I; in initializeUsedResources()