Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrItineraries.h115 const unsigned *OperandCycles = nullptr; ///< Array of operand cycles selected
123 : SchedModel(SM), Stages(S), OperandCycles(OS), Forwardings(F), in InstrItineraryData()
178 return OperandCycles[FirstIdx + OperandIdx];
114 const unsigned *OperandCycles = nullptr; ///< Array of operand cycles selected global() variable
H A DMCSubtargetInfo.h90 const unsigned *OperandCycles; // Itinerary operand cycles variable
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp237 OperandCycles(OC), ForwardingPaths(FP) { in MCSubtargetInfo()
331 return InstrItineraryData(SchedModel, Stages, OperandCycles, ForwardingPaths); in getInstrItineraryForCPU()
335 InstrItins = InstrItineraryData(getSchedModel(), Stages, OperandCycles, in initInstrItins()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetItinerary.td92 // OperandCycles are optional "cycle counts". They specify the cycle after
115 list<int> OperandCycles = operandcycles;
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCScheduleA2.td161 // This is overriden by OperandCycles if the
H A DPPCScheduleG5.td120 // This is overriden by OperandCycles if the
H A DPPCScheduleE500.td273 // This is overriden by OperandCycles if the
H A DPPCScheduleE500mc.td328 // This is overriden by OperandCycles if the
H A DPPCScheduleE5500.td372 // This is overriden by OperandCycles if the
H A DPPCScheduleP7.td20 // This is overriden by OperandCycles if the
H A DPPCScheduleP8.td
H A DPPCSchedule440.td593 // This is overriden by OperandCycles if the
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedA53.td22 // This is overriden by OperandCycles if the
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleA8.td1068 // This is overriden by OperandCycles if the
H A DARMScheduleA9.td1891 // This is overriden by OperandCycles if the