reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/TargetSchedule.h
  188   unsigned computeInstrLatency(unsigned Opcode) const;

References

lib/CodeGen/TargetSchedule.cpp
  269   return computeInstrLatency(Inst.getOpcode());
lib/Target/AArch64/AArch64SIMDInstrOpt.cpp
  253     ReplCost += SchedModel.computeInstrLatency(IDesc->getOpcode());
  255   if (SchedModel.computeInstrLatency(InstDesc->getOpcode()) > ReplCost)