Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h44 const MCWriteProcResEntry *WriteProcResTable;
60 const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL,
120 const MCWriteProcResEntry *getWriteProcResBegin( in getWriteProcResBegin()
124 const MCWriteProcResEntry *getWriteProcResEnd( in getWriteProcResEnd()
H A DMCSchedule.h64 struct MCWriteProcResEntry { struct
68 bool operator==(const MCWriteProcResEntry &Other) const { argument
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCSchedule.cpp93 const MCWriteProcResEntry *I = STI.getWriteProcResBegin(&SCDesc); in getReciprocalThroughput()
94 const MCWriteProcResEntry *E = STI.getWriteProcResEnd(&SCDesc); in getReciprocalThroughput()
H A DMCSubtargetInfo.cpp45 const SubtargetInfoKV *ProcSched, const MCWriteProcResEntry *WPR, in MCSubtargetInfo()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h41 struct MCWriteProcResEntry;
68 const MCWriteProcResEntry *WPR,
H A DTargetSchedule.h127 using ProcResIter = const MCWriteProcResEntry *;
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetSubtargetInfo.cpp29 const SubtargetInfoKV *ProcSched, const MCWriteProcResEntry *WPR, in TargetSubtargetInfo()
H A DTargetSchedule.cpp315 for (const MCWriteProcResEntry *PRI = STI->getWriteProcResBegin(SCDesc), in computeOutputLatency()
H A DScheduleDAGInstrs.cpp571 for (const MCWriteProcResEntry &PRE : in initSUnits()
H A DMachineScheduler.cpp1996 for (const MCWriteProcResEntry &PE : in checkHazard()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp50 std::vector<MCWriteProcResEntry> WriteProcResources;
66 bool operator()(const MCWriteProcResEntry &LHS, in operator ()()
67 const MCWriteProcResEntry &RHS) { in operator ()()
1040 std::vector<MCWriteProcResEntry> WriteProcResources; in GenSchedClassTables()
1103 MCWriteProcResEntry WPREntry; in GenSchedClassTables()
1169 std::vector<MCWriteProcResEntry>::iterator WPRPos = in GenSchedClassTables()
1229 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; in EmitSchedClassTables()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp420 for (const MCWriteProcResEntry &PRE : in emitInstruction()
/freebsd-12.1/contrib/llvm/lib/MCA/
H A DInstrBuilder.cpp67 const MCWriteProcResEntry *PRE = STI.getWriteProcResBegin(&SCDesc) + I; in initializeUsedResources()