Searched refs:OperandCycles (Results 1 – 15 of 15) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCInstrItineraries.h | 113 const unsigned *OperandCycles; ///< Array of operand cycles selected variable 120 Stages(nullptr), OperandCycles(nullptr), in InstrItineraryData() 125 : SchedModel(SM), Stages(S), OperandCycles(OS), Forwardings(F), in InstrItineraryData() 179 return (int)OperandCycles[FirstIdx + OperandIdx]; in getOperandCycle()
|
D | MCSubtargetInfo.h | 43 const unsigned *OperandCycles; // Itinerary operand cycles variable
|
/external/llvm/lib/MC/ |
D | MCSubtargetInfo.cpp | 58 OperandCycles = OC; in InitMCSubtargetInfo() 109 return InstrItineraryData(SchedModel, Stages, OperandCycles, ForwardingPaths); in getInstrItineraryForCPU() 115 InstrItineraryData(CPUSchedModel, Stages, OperandCycles, ForwardingPaths); in initInstrItins()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCScheduleA2.td | 163 let MinLatency = -1; // OperandCycles are interpreted as MinLatency. 165 // This is overriden by OperandCycles if the
|
D | PPCScheduleE500mc.td | 314 let MinLatency = -1; // OperandCycles are interpreted as MinLatency. 316 // This is overriden by OperandCycles if the
|
D | PPCScheduleE5500.td | 374 let MinLatency = -1; // OperandCycles are interpreted as MinLatency. 376 // This is overriden by OperandCycles if the
|
D | PPCScheduleG5.td | 123 // This is overriden by OperandCycles if the
|
D | PPCSchedule440.td | 600 let MinLatency = -1; // OperandCycles are interpreted as MinLatency. 602 // This is overriden by OperandCycles if the
|
D | PPCScheduleP8.td | 392 // This is overriden by OperandCycles if the
|
D | PPCScheduleP7.td | 383 // This is overriden by OperandCycles if the
|
/external/llvm/include/llvm/Target/ |
D | TargetItinerary.td | 93 // OperandCycles are optional "cycle counts". They specify the cycle after 116 list<int> OperandCycles = operandcycles;
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64SchedA53.td | 22 let MinLatency = 1 ; // OperandCycles are interpreted as MinLatency. 24 // This is overriden by OperandCycles if the
|
/external/llvm/lib/Target/X86/ |
D | X86ScheduleAtom.td | 540 let LoadLatency = 3; // Expected cycles, may be overriden by OperandCycles. 541 let HighLatency = 30;// Expected, may be overriden by OperandCycles.
|
/external/llvm/lib/Target/ARM/ |
D | ARMScheduleA8.td | 1068 let MinLatency = -1; // OperandCycles are interpreted as MinLatency. 1070 // This is overriden by OperandCycles if the
|
D | ARMScheduleA9.td | 1892 // This is overriden by OperandCycles if the
|