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()285 return computeInstrLatency(DefMI); in computeOutputLatency()
208 LatencyOp = TSchedModel.computeInstrLatency(NewRoot); in getLatency()273 unsigned RootLatency = TSchedModel.computeInstrLatency(Root); in improvesCriticalPathLen()
725 unsigned NumCycles = SchedModel.computeInstrLatency(&MI, false); in ScanInstructions()1670 unsigned NumCycles = SchedModel.computeInstrLatency(&I, false); in CopyAndPredicateBlock()
659 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;