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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSubtargetInfo.cpp20 const MCWriteProcResEntry *WPR,
H A DTargetSchedule.cpp314 for (const MCWriteProcResEntry *PRI = STI->getWriteProcResBegin(SCDesc),
H A DMachinePipeliner.cpp1014 for (const MCWriteProcResEntry &PRE :
1057 for (const MCWriteProcResEntry &PRE :
3044 const MCWriteProcResEntry *I = STI->getWriteProcResBegin(SCDesc);
3045 const MCWriteProcResEntry *E = STI->getWriteProcResEnd(SCDesc);
3083 for (const MCWriteProcResEntry &PRE :
H A DScheduleDAGInstrs.cpp594 for (const MCWriteProcResEntry &PRE :
H A DMachineScheduler.cpp2059 for (const MCWriteProcResEntry &PE :
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h81 const MCWriteProcResEntry *WriteProcResTable;
96 const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL,
160 const MCWriteProcResEntry *getWriteProcResBegin(
164 const MCWriteProcResEntry *getWriteProcResEnd(
H A DMCSchedule.h64 struct MCWriteProcResEntry { struct in namespace:llvm
68 bool operator==(const MCWriteProcResEntry &Other) const {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h40 struct MCWriteProcResEntry;
64 const MCWriteProcResEntry *WPR,
H A DTargetSchedule.h130 using ProcResIter = const MCWriteProcResEntry *;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSchedule.cpp92 const MCWriteProcResEntry *I = STI.getWriteProcResBegin(&SCDesc);
93 const MCWriteProcResEntry *E = STI.getWriteProcResEnd(&SCDesc);
H A DMCSubtargetInfo.cpp210 const MCWriteProcResEntry *WPR,
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp49 std::vector<MCWriteProcResEntry> WriteProcResources;
65 bool operator()(const MCWriteProcResEntry &LHS,
66 const MCWriteProcResEntry &RHS) {
1065 std::vector<MCWriteProcResEntry> WriteProcResources;
1128 MCWriteProcResEntry WPREntry;
1194 std::vector<MCWriteProcResEntry>::iterator WPRPos =
1249 << "extern const llvm::MCWriteProcResEntry "
1254 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx];
1740 << " const MCWriteProcResEntry *WPR,\n"
1898 OS << "extern const llvm::MCWriteProcResEntry "
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp419 for (const MCWriteProcResEntry &PRE :
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp66 const MCWriteProcResEntry *PRE = STI.getWriteProcResBegin(&SCDesc) + I;

Completed in 271 milliseconds