Home
last modified time | relevance | path

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

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