Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCInstrItineraries.h112 const unsigned *OperandCycles = nullptr; ///< Array of operand cycles selected variable
120 : SchedModel(SM), Stages(S), OperandCycles(OS), Forwardings(F), in InstrItineraryData()
174 return (int)OperandCycles[FirstIdx + OperandIdx]; in getOperandCycle()
H A DMCSubtargetInfo.h50 const unsigned *OperandCycles; // Itinerary operand cycles variable
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCSubtargetInfo.cpp50 ReadAdvanceTable(RA), Stages(IS), OperandCycles(OC), ForwardingPaths(FP) { in MCSubtargetInfo()
114 return InstrItineraryData(SchedModel, Stages, OperandCycles, ForwardingPaths); in getInstrItineraryForCPU()
118 InstrItins = InstrItineraryData(getSchedModel(), Stages, OperandCycles, in initInstrItins()
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetItinerary.td93 // OperandCycles are optional "cycle counts". They specify the cycle after
116 list<int> OperandCycles = operandcycles;
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCScheduleA2.td162 // This is overriden by OperandCycles if the
H A DPPCScheduleG5.td121 // This is overriden by OperandCycles if the
H A DPPCScheduleE500.td274 // This is overriden by OperandCycles if the
H A DPPCScheduleE500mc.td329 // This is overriden by OperandCycles if the
H A DPPCScheduleE5500.td373 // This is overriden by OperandCycles if the
H A DPPCScheduleP7.td394 // This is overriden by OperandCycles if the
H A DPPCScheduleP8.td403 // This is overriden by OperandCycles if the
H A DPPCSchedule440.td594 // This is overriden by OperandCycles if the
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64SchedA53.td23 // This is overriden by OperandCycles if the
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMScheduleA8.td1069 // This is overriden by OperandCycles if the
H A DARMScheduleA9.td1892 // This is overriden by OperandCycles if the