Home
last modified time | relevance | path

Searched refs:computeInstrLatency (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
DTargetSchedule.cpp226 TargetSchedModel::computeInstrLatency(const MCSchedClassDesc &SCDesc) const { in computeInstrLatency() function in TargetSchedModel
238 unsigned TargetSchedModel::computeInstrLatency(unsigned Opcode) const { in computeInstrLatency() function in TargetSchedModel
245 return computeInstrLatency(*SCDesc); in computeInstrLatency()
251 TargetSchedModel::computeInstrLatency(const MachineInstr *MI, in computeInstrLatency() function in TargetSchedModel
262 return computeInstrLatency(*SCDesc); in computeInstrLatency()
286 return computeInstrLatency(DefMI); in computeOutputLatency()
DMachineCombiner.cpp206 LatencyOp = TSchedModel.computeInstrLatency(NewRoot); in getLatency()
271 unsigned RootLatency = TSchedModel.computeInstrLatency(Root); in improvesCriticalPathLen()
DIfConversion.cpp691 unsigned NumCycles = SchedModel.computeInstrLatency(&*I, false); in ScanInstructions()
1606 unsigned NumCycles = SchedModel.computeInstrLatency(&*I, false); in CopyAndPredicateBlock()
DScheduleDAGInstrs.cpp767 SU->Latency = SchedModel.computeInstrLatency(SU->getInstr()); in initSUnits()
/external/llvm/include/llvm/CodeGen/
DTargetSchedule.h44 unsigned computeInstrLatency(const MCSchedClassDesc &SCDesc) const;
177 unsigned computeInstrLatency(const MachineInstr *MI,
179 unsigned computeInstrLatency(unsigned Opcode) const;