Searched refs:OperandCycles (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInstrItineraries.h | 111 const unsigned *OperandCycles = nullptr; ///< Array of operand cycles selected variable 119 : SchedModel(SM), Stages(S), OperandCycles(OS), Forwardings(F), in InstrItineraryData() 173 return (int)OperandCycles[FirstIdx + OperandIdx]; in getOperandCycle()
|
D | MCSubtargetInfo.h | 87 const unsigned *OperandCycles; // Itinerary operand cycles variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSubtargetInfo.cpp | 217 ReadAdvanceTable(RA), Stages(IS), OperandCycles(OC), ForwardingPaths(FP) { in MCSubtargetInfo() 311 return InstrItineraryData(SchedModel, Stages, OperandCycles, ForwardingPaths); in getInstrItineraryForCPU() 315 InstrItins = InstrItineraryData(getSchedModel(), Stages, OperandCycles, in initInstrItins()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetItinerary.td | 92 // OperandCycles are optional "cycle counts". They specify the cycle after 115 list<int> OperandCycles = operandcycles;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCScheduleA2.td | 161 // This is overriden by OperandCycles if the
|
D | PPCScheduleG5.td | 120 // This is overriden by OperandCycles if the
|
D | PPCScheduleE500.td | 273 // This is overriden by OperandCycles if the
|
D | PPCScheduleE500mc.td | 328 // This is overriden by OperandCycles if the
|
D | PPCScheduleE5500.td | 372 // This is overriden by OperandCycles if the
|
D | PPCScheduleP7.td | 393 // This is overriden by OperandCycles if the
|
D | PPCScheduleP8.td | 402 // This is overriden by OperandCycles if the
|
D | PPCSchedule440.td | 593 // This is overriden by OperandCycles if the
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SchedA53.td | 22 // This is overriden by OperandCycles if the
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMScheduleA8.td | 1068 // This is overriden by OperandCycles if the
|
D | ARMScheduleA9.td | 1891 // This is overriden by OperandCycles if the
|