Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCSubtargetInfo.h37 const MCWriteProcResEntry *WriteProcResTable;
57 const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL,
118 const MCWriteProcResEntry *getWriteProcResBegin( in getWriteProcResBegin()
122 const MCWriteProcResEntry *getWriteProcResEnd( in getWriteProcResEnd()
DMCSchedule.h55 struct MCWriteProcResEntry { struct
59 bool operator==(const MCWriteProcResEntry &Other) const { argument
/external/llvm/lib/Target/
DTargetSubtargetInfo.cpp25 const SubtargetInfoKV *ProcSched, const MCWriteProcResEntry *WPR, in TargetSubtargetInfo()
/external/llvm/include/llvm/CodeGen/
DTargetSchedule.h118 typedef const MCWriteProcResEntry *ProcResIter;
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp41 std::vector<MCWriteProcResEntry> WriteProcResources;
57 bool operator()(const MCWriteProcResEntry &LHS, in operator ()()
58 const MCWriteProcResEntry &RHS) { in operator ()()
904 std::vector<MCWriteProcResEntry> WriteProcResources; in GenSchedClassTables()
951 MCWriteProcResEntry WPREntry; in GenSchedClassTables()
1019 std::vector<MCWriteProcResEntry>::iterator WPRPos = in GenSchedClassTables()
1079 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; in EmitSchedClassTables()
/external/llvm/include/llvm/Target/
DTargetSubtargetInfo.h55 const MCWriteProcResEntry *WPR,
/external/llvm/lib/MC/
DMCSubtargetInfo.cpp42 const SubtargetInfoKV *ProcSched, const MCWriteProcResEntry *WPR, in MCSubtargetInfo()
/external/llvm/lib/CodeGen/
DTargetSchedule.cpp293 for (const MCWriteProcResEntry *PRI = STI->getWriteProcResBegin(SCDesc), in computeOutputLatency()