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

  /external/llvm/lib/Target/
TargetInstrInfo.cpp 99 return ItinData->getStageLatency(MI->getDesc().getSchedClass());
110 return ItinData->getStageLatency(get(N->getMachineOpcode()).getSchedClass());
  /external/llvm/include/llvm/MC/
MCInstrItineraries.h 154 /// getStageLatency - Return the total stage latency of the given
158 unsigned getStageLatency(unsigned ItinClassIndx) const {
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]

Completed in 103 milliseconds