Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCInstrItineraries.h116 const unsigned *Forwardings; ///< Array of pipeline forwarding pathes variable
123 Forwardings(0), Itineraries(0) {} in InstrItineraryData()
127 : SchedModel(SM), Stages(S), OperandCycles(OS), Forwardings(F), in InstrItineraryData()
209 if (Forwardings[FirstDefIdx + DefIdx] == 0) in hasPipelineForwarding()
217 return Forwardings[FirstDefIdx + DefIdx] == in hasPipelineForwarding()
218 Forwardings[FirstUseIdx + UseIdx]; in hasPipelineForwarding()