Searched refs:OperandCycles (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCInstrItineraries.h | 114 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()
|
| H A D | MCSubtargetInfo.h | 90 const unsigned *OperandCycles; // Itinerary operand cycles variable
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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;
|
| /openbsd-src/gnu/llvm/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 | 393 // This is overriden by OperandCycles if the
|
| H A D | PPCScheduleP8.td | 402 // This is overriden by OperandCycles if the
|
| H A D | PPCSchedule440.td | 593 // This is overriden by OperandCycles if the
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedA53.td | 22 // This is overriden by OperandCycles if the
|
| /openbsd-src/gnu/llvm/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
|