Home
last modified time | relevance | path

Searched refs:MCWriteLatencyEntry (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h87 const MCWriteLatencyEntry *WriteLatencyTable;
103 const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL,
179 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC, in getWriteLatencyEntry()
H A DMCSchedule.h91 struct MCWriteLatencyEntry { struct
95 bool operator==(const MCWriteLatencyEntry &Other) const { argument
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h44 struct MCWriteLatencyEntry;
71 const MCWriteLatencyEntry *WL,
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSchedule.cpp49 const MCWriteLatencyEntry *WLEntry = in computeInstrLatency()
195 const MCWriteLatencyEntry *WLEntry = in getBypassDelayCycles()
H A DMCSubtargetInfo.cpp253 const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, in MCSubtargetInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSubtargetInfo.cpp21 const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, in TargetSubtargetInfo()
H A DTargetSchedule.cpp202 const MCWriteLatencyEntry *WLEntry = in computeOperandLatency()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp53 std::vector<MCWriteLatencyEntry> WriteLatencies;
1105 std::vector<MCWriteLatencyEntry> WriteLatencies; in genSchedClassTables()
1113 MCWriteLatencyEntry WLEntry; in genSchedClassTables()
1301 std::vector<MCWriteLatencyEntry>::iterator WLPos = std::search( in genSchedClassTables()
1359 MCWriteLatencyEntry &WLEntry = SchedTables.WriteLatencies[WLIdx]; in emitSchedClassTables()
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp349 const MCWriteLatencyEntry &WLE = in populateWrites()
377 const MCWriteLatencyEntry &WLE = in populateWrites()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLatencyMutations.cpp730 const MCWriteLatencyEntry *WLEntry = in computeBypassStage()