Searched refs:computeInstrLatency (Results 1 – 5 of 5) sorted by relevance
226 TargetSchedModel::computeInstrLatency(const MCSchedClassDesc &SCDesc) const { in computeInstrLatency() function in TargetSchedModel238 unsigned TargetSchedModel::computeInstrLatency(unsigned Opcode) const { in computeInstrLatency() function in TargetSchedModel245 return computeInstrLatency(*SCDesc); in computeInstrLatency()251 TargetSchedModel::computeInstrLatency(const MachineInstr *MI, in computeInstrLatency() function in TargetSchedModel262 return computeInstrLatency(*SCDesc); in computeInstrLatency()286 return computeInstrLatency(DefMI); in computeOutputLatency()
206 LatencyOp = TSchedModel.computeInstrLatency(NewRoot); in getLatency()271 unsigned RootLatency = TSchedModel.computeInstrLatency(Root); in improvesCriticalPathLen()
691 unsigned NumCycles = SchedModel.computeInstrLatency(&*I, false); in ScanInstructions()1606 unsigned NumCycles = SchedModel.computeInstrLatency(&*I, false); in CopyAndPredicateBlock()
767 SU->Latency = SchedModel.computeInstrLatency(SU->getInstr()); in initSUnits()
44 unsigned computeInstrLatency(const MCSchedClassDesc &SCDesc) const;177 unsigned computeInstrLatency(const MachineInstr *MI,179 unsigned computeInstrLatency(unsigned Opcode) const;