Searched refs:getCycles (Results 1 – 7 of 7) sorted by relevance
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()
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()
58 unsigned StageDepth = CurCycle + IS->getCycles(); in ScoreboardHazardRecognizer()129 for (unsigned int i = 0; i < IS->getCycles(); ++i) { in getHazardType()191 for (unsigned int i = 0; i < IS->getCycles(); ++i) { in EmitInstruction()
71 unsigned getCycles() const { in getCycles() function161 Latency = std::max(Latency, StartCycle + IS->getCycles()); in getStageLatency()
70 unsigned getCycles() const { in getCycles() function172 Latency = std::max(Latency, StartCycle + IS->getCycles()); in getStageLatency()
380 unsigned getCycles(unsigned Scaled) { in getCycles() function
1979 int getCycles(const Instruction *, int origDelay) const;2014 SchedDataCalculator::getCycles(const Instruction *insn, int origDelay) const in getCycles() function in nv50_ir::SchedDataCalculator2073 cycle += getCycles(insn, delay); in visit()2101 c += getCycles(next, bbDelay); in visit()2109 cycle += getCycles(insn, bbDelay); in visit()