/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ScoreboardHazardRecognizer.cpp | 50 unsigned StageDepth = CurCycle + IS->getCycles(); in ScoreboardHazardRecognizer() 133 for (unsigned int i = 0; i < IS->getCycles(); ++i) { in getHazardType() 192 for (unsigned int i = 0; i < IS->getCycles(); ++i) { in EmitInstruction()
|
D | MachineTraceMetrics.cpp | 874 dbgs() << format("%6uc @ ", MTM.getCycles(PRDepths[K])) in computeInstrDepths() 1058 dbgs() << format("%6uc @ ", MTM.getCycles(PRHeights[K])) in computeInstrHeights() 1211 PRMax = TE.MTM.getCycles(PRMax); in getResourceDepth() 1263 PRMax = TE.MTM.getCycles(PRMax); in getResourceLength()
|
/external/llvm/lib/CodeGen/ |
D | ScoreboardHazardRecognizer.cpp | 48 unsigned StageDepth = CurCycle + IS->getCycles(); in ScoreboardHazardRecognizer() 131 for (unsigned int i = 0; i < IS->getCycles(); ++i) { in getHazardType() 191 for (unsigned int i = 0; i < IS->getCycles(); ++i) { in EmitInstruction()
|
D | MachineTraceMetrics.cpp | 816 dbgs() << format("%6uc @ ", MTM.getCycles(PRDepths[K])) in computeInstrDepths() 1034 dbgs() << format("%6uc @ ", MTM.getCycles(PRHeights[K])) in computeInstrHeights() 1187 PRMax = TE.MTM.getCycles(PRMax); in getResourceDepth() 1239 PRMax = TE.MTM.getCycles(PRMax); in getResourceLength()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | ScoreboardHazardRecognizer.cpp | 50 unsigned StageDepth = CurCycle + IS->getCycles(); in ScoreboardHazardRecognizer() 134 for (unsigned int i = 0; i < IS->getCycles(); ++i) { in getHazardType() 193 for (unsigned int i = 0; i < IS->getCycles(); ++i) { in EmitInstruction()
|
D | MachineTraceMetrics.cpp | 873 dbgs() << format("%6uc @ ", MTM.getCycles(PRDepths[K])) in computeInstrDepths() 1058 dbgs() << format("%6uc @ ", MTM.getCycles(PRHeights[K])) in computeInstrHeights() 1211 PRMax = TE.MTM.getCycles(PRMax); in getResourceDepth() 1263 PRMax = TE.MTM.getCycles(PRMax); in getResourceLength()
|
/external/llvm/include/llvm/MC/ |
D | MCInstrItineraries.h | 71 unsigned getCycles() const { in getCycles() function 161 Latency = std::max(Latency, StartCycle + IS->getCycles()); in getStageLatency()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInstrItineraries.h | 70 unsigned getCycles() const { in getCycles() function 156 Latency = std::max(Latency, StartCycle + IS->getCycles()); in getStageLatency()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCInstrItineraries.h | 73 unsigned getCycles() const { in getCycles() function 159 Latency = std::max(Latency, StartCycle + IS->getCycles()); in getStageLatency()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCSchedule.cpp | 140 if (!I->getCycles()) in getReciprocalThroughput() 142 double Temp = countPopulation(I->getUnits()) * 1.0 / I->getCycles(); in getReciprocalThroughput()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSchedule.cpp | 140 if (!I->getCycles()) in getReciprocalThroughput() 142 double Temp = countPopulation(I->getUnits()) * 1.0 / I->getCycles(); in getReciprocalThroughput()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineTraceMetrics.h | 380 unsigned getCycles(unsigned Scaled) { in getCycles() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineTraceMetrics.h | 415 unsigned getCycles(unsigned Scaled) { in getCycles() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineTraceMetrics.h | 415 unsigned getCycles(unsigned Scaled) { in getCycles() function
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_emit_nvc0.cpp | 3172 int getCycles(const Instruction *, int origDelay) const; 3207 SchedDataCalculator::getCycles(const Instruction *insn, int origDelay) const in getCycles() function in nv50_ir::SchedDataCalculator 3268 cycle += getCycles(insn, delay); in visit() 3296 c += getCycles(next, bbDelay); in visit() 3304 cycle += getCycles(insn, bbDelay); in visit()
|