Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCSubtargetInfo.h38 const MCWriteProcResEntry *WriteProcResTable;
58 const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL,
119 const MCWriteProcResEntry *getWriteProcResBegin( in getWriteProcResBegin()
123 const MCWriteProcResEntry *getWriteProcResEnd( in getWriteProcResEnd()
DMCSchedule.h55 struct MCWriteProcResEntry { struct
59 bool operator==(const MCWriteProcResEntry &Other) const { argument
/external/llvm/lib/Target/
DTargetSubtargetInfo.cpp23 const SubtargetInfoKV *ProcSched, const MCWriteProcResEntry *WPR, in TargetSubtargetInfo()
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp46 std::vector<MCWriteProcResEntry> WriteProcResources;
62 bool operator()(const MCWriteProcResEntry &LHS, in operator ()()
63 const MCWriteProcResEntry &RHS) { in operator ()()
889 std::vector<MCWriteProcResEntry> WriteProcResources; in GenSchedClassTables()
935 MCWriteProcResEntry WPREntry; in GenSchedClassTables()
1002 std::vector<MCWriteProcResEntry>::iterator WPRPos = in GenSchedClassTables()
1062 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; in EmitSchedClassTables()
/external/llvm/include/llvm/CodeGen/
DTargetSchedule.h118 typedef const MCWriteProcResEntry *ProcResIter;
/external/llvm/include/llvm/Target/
DTargetSubtargetInfo.h59 const MCWriteProcResEntry *WPR,
/external/llvm/lib/MC/
DMCSubtargetInfo.cpp42 const SubtargetInfoKV *ProcSched, const MCWriteProcResEntry *WPR, in MCSubtargetInfo()
/external/llvm/lib/CodeGen/
DTargetSchedule.cpp292 for (const MCWriteProcResEntry *PRI = STI->getWriteProcResBegin(SCDesc), in computeOutputLatency()