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

/external/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp57 unsigned StageDepth = CurCycle + IS->getCycles();
140 for (unsigned int i = 0; i < IS->getCycles(); ++i) {
200 for (unsigned int i = 0; i < IS->getCycles(); ++i) {
H A DMachineTraceMetrics.cpp820 dbgs() << format("%6uc @ ", MTM.getCycles(PRDepths[K]))
1037 dbgs() << format("%6uc @ ", MTM.getCycles(PRHeights[K]))
1186 PRMax = TE.MTM.getCycles(PRMax);
1224 PRMax = TE.MTM.getCycles(PRMax);
/external/llvm/include/llvm/MC/
H A DMCInstrItineraries.h70 /// getCycles - returns the number of cycles the stage is occupied
71 unsigned getCycles() const { function in struct:llvm::InstrStage
171 Latency = std::max(Latency, StartCycle + IS->getCycles());
/external/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h372 unsigned getCycles(unsigned Scaled) { function in class:llvm::MachineTraceMetrics
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_emit_nvc0.cpp1979 int getCycles(const Instruction *, int origDelay) const;
2014 SchedDataCalculator::getCycles(const Instruction *insn, int origDelay) const function in class:nv50_ir::SchedDataCalculator
2073 cycle += getCycles(insn, delay);
2101 c += getCycles(next, bbDelay);
2109 cycle += getCycles(insn, bbDelay);
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_emit_nvc0.cpp1979 int getCycles(const Instruction *, int origDelay) const;
2014 SchedDataCalculator::getCycles(const Instruction *insn, int origDelay) const function in class:nv50_ir::SchedDataCalculator
2073 cycle += getCycles(insn, delay);
2101 c += getCycles(next, bbDelay);
2109 cycle += getCycles(insn, bbDelay);

Completed in 172 milliseconds