/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCInstrItineraries.h | 113 const unsigned *OperandCycles; ///< Array of operand cycles selected variable 120 InstrItineraryData() : Stages(0), OperandCycles(0), Forwardings(0), in InstrItineraryData() 125 : Stages(S), OperandCycles(OS), Forwardings(F), Itineraries(I), in InstrItineraryData() 191 return (int)OperandCycles[FirstIdx + OperandIdx]; in getOperandCycle()
|
D | MCSubtargetInfo.h | 35 const unsigned *OperandCycles; // Operand cycles variable
|
/external/llvm/include/llvm/MC/ |
D | MCInstrItineraries.h | 113 const unsigned *OperandCycles; ///< Array of operand cycles selected variable 119 Stages(nullptr), OperandCycles(nullptr), in InstrItineraryData() 124 : SchedModel(SM), Stages(S), OperandCycles(OS), Forwardings(F), in InstrItineraryData() 178 return (int)OperandCycles[FirstIdx + OperandIdx]; in getOperandCycle()
|
D | MCSubtargetInfo.h | 44 const unsigned *OperandCycles; // Itinerary operand cycles variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
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()
|
D | MCSubtargetInfo.h | 50 const unsigned *OperandCycles; // Itinerary operand cycles variable
|
/external/llvm/lib/MC/ |
D | MCSubtargetInfo.cpp | 47 ReadAdvanceTable(RA), Stages(IS), OperandCycles(OC), ForwardingPaths(FP) { in MCSubtargetInfo() 103 return InstrItineraryData(SchedModel, Stages, OperandCycles, ForwardingPaths); in getInstrItineraryForCPU() 108 InstrItins = InstrItineraryData(getSchedModel(), Stages, OperandCycles, in initInstrItins()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
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()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCSubtargetInfo.cpp | 34 OperandCycles = OC; in InitMCSubtargetInfo() 94 return InstrItineraryData(Stages, OperandCycles, ForwardingPathes, in getInstrItineraryForCPU()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetSchedule.td | 90 // OperandCycles are optional "cycle counts". They specify the cycle after 112 list<int> OperandCycles = operandcycles;
|
/external/swiftshader/third_party/llvm-7.0/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/include/llvm/Target/ |
D | TargetItinerary.td | 93 // OperandCycles are optional "cycle counts". They specify the cycle after 116 list<int> OperandCycles = operandcycles;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCScheduleA2.td | 164 // This is overriden by OperandCycles if the
|
D | PPCScheduleG5.td | 122 // This is overriden by OperandCycles if the
|
D | PPCScheduleE500.td | 268 // This is overriden by OperandCycles if the
|
D | PPCScheduleE500mc.td | 323 // This is overriden by OperandCycles if the
|
D | PPCScheduleE5500.td | 379 // This is overriden by OperandCycles if the
|
D | PPCScheduleP7.td | 386 // This is overriden by OperandCycles if the
|
D | PPCScheduleP8.td | 395 // This is overriden by OperandCycles if the
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCScheduleA2.td | 164 // This is overriden by OperandCycles if the
|
D | PPCScheduleG5.td | 122 // This is overriden by OperandCycles if the
|
D | PPCScheduleE500mc.td | 315 // This is overriden by OperandCycles if the
|
D | PPCScheduleE5500.td | 375 // This is overriden by OperandCycles if the
|
D | PPCScheduleP7.td | 386 // 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.
|