Home
last modified time | relevance | path

Searched refs:getCycles (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp50 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()
DMachineTraceMetrics.cpp874 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrItineraries.h70 unsigned getCycles() const { in getCycles() function
156 Latency = std::max(Latency, StartCycle + IS->getCycles()); in getStageLatency()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSchedule.cpp140 if (!I->getCycles()) in getReciprocalThroughput()
142 double Temp = countPopulation(I->getUnits()) * 1.0 / I->getCycles(); in getReciprocalThroughput()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h415 unsigned getCycles(unsigned Scaled) { in getCycles() function
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_emit_nvc0.cpp3180 int getCycles(const Instruction *, int origDelay) const;
3215 SchedDataCalculator::getCycles(const Instruction *insn, int origDelay) const in getCycles() function in nv50_ir::SchedDataCalculator
3276 cycle += getCycles(insn, delay); in visit()
3304 c += getCycles(next, bbDelay); in visit()
3312 cycle += getCycles(insn, bbDelay); in visit()