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

/external/llvm/lib/CodeGen/
H A DTargetSchedule.cpp226 TargetSchedModel::computeInstrLatency(const MCSchedClassDesc &SCDesc) const { function in class:TargetSchedModel
238 unsigned TargetSchedModel::computeInstrLatency(unsigned Opcode) const { function in class:TargetSchedModel
245 return computeInstrLatency(*SCDesc);
251 TargetSchedModel::computeInstrLatency(const MachineInstr *MI, function in class:TargetSchedModel
262 return computeInstrLatency(*SCDesc);
286 return computeInstrLatency(DefMI);

Completed in 642 milliseconds