Searched defs:getCycles (Results 1 - 4 of 4) sorted by relevance

/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 146 milliseconds