HomeSort by relevance Sort by last modified time
    Searched refs:computeInstrLatency (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
TargetSchedule.h 168 unsigned computeInstrLatency(const MachineInstr *MI,
  /external/llvm/lib/CodeGen/
TargetSchedule.cpp 229 TargetSchedModel::computeInstrLatency(const MachineInstr *MI,
273 return computeInstrLatency(DefMI);
IfConversion.cpp 687 unsigned NumCycles = SchedModel.computeInstrLatency(&*I, false);
    [all...]
ScheduleDAGInstrs.cpp 701 SU->Latency = SchedModel.computeInstrLatency(SU->getInstr());
    [all...]

Completed in 72 milliseconds