Searched refs:OperandCycles (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInstrItineraries.h | 115 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 D | MCSubtargetInfo.h | 90 const unsigned *OperandCycles; // Itinerary operand cycles variable
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSubtargetInfo.cpp | 237 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 D | TargetItinerary.td | 92 // 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 D | PPCScheduleA2.td | 161 // This is overriden by OperandCycles if the
|
H A D | PPCScheduleG5.td | 120 // This is overriden by OperandCycles if the
|
H A D | PPCScheduleE500.td | 273 // This is overriden by OperandCycles if the
|
H A D | PPCScheduleE500mc.td | 328 // This is overriden by OperandCycles if the
|
H A D | PPCScheduleE5500.td | 372 // This is overriden by OperandCycles if the
|
H A D | PPCScheduleP7.td | 20 // This is overriden by OperandCycles if the
|
H A D | PPCScheduleP8.td |
|
H A D | PPCSchedule440.td | 593 // This is overriden by OperandCycles if the
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedA53.td | 22 // This is overriden by OperandCycles if the
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMScheduleA8.td | 1068 // This is overriden by OperandCycles if the
|
H A D | ARMScheduleA9.td | 1891 // This is overriden by OperandCycles if the
|