Searched refs:OperandCycles (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCInstrItineraries.h | 112 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 D | MCSubtargetInfo.h | 50 const unsigned *OperandCycles; // Itinerary operand cycles variable
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCSubtargetInfo.cpp | 50 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 D | TargetItinerary.td | 93 // 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 D | PPCScheduleA2.td | 162 // This is overriden by OperandCycles if the
|
| H A D | PPCScheduleG5.td | 121 // This is overriden by OperandCycles if the
|
| H A D | PPCScheduleE500.td | 274 // This is overriden by OperandCycles if the
|
| H A D | PPCScheduleE500mc.td | 329 // This is overriden by OperandCycles if the
|
| H A D | PPCScheduleE5500.td | 373 // This is overriden by OperandCycles if the
|
| H A D | PPCScheduleP7.td | 394 // This is overriden by OperandCycles if the
|
| H A D | PPCScheduleP8.td | 403 // This is overriden by OperandCycles if the
|
| H A D | PPCSchedule440.td | 594 // This is overriden by OperandCycles if the
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedA53.td | 23 // This is overriden by OperandCycles if the
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleA8.td | 1069 // This is overriden by OperandCycles if the
|
| H A D | ARMScheduleA9.td | 1892 // This is overriden by OperandCycles if the
|