Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCInstrItineraries.h114 const unsigned *Forwardings; ///< Array of pipeline forwarding pathes variable
121 Forwardings(nullptr), Itineraries(nullptr) {} in InstrItineraryData()
125 : SchedModel(SM), Stages(S), OperandCycles(OS), Forwardings(F), in InstrItineraryData()
193 if (Forwardings[FirstDefIdx + DefIdx] == 0) in hasPipelineForwarding()
201 return Forwardings[FirstDefIdx + DefIdx] == in hasPipelineForwarding()
202 Forwardings[FirstUseIdx + UseIdx]; in hasPipelineForwarding()