Searched refs:getStageLatency (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInstrItineraries.h156 /// getStageLatency - Return the total stage latency of the given
161 unsigned getStageLatency(unsigned ItinClassIndx) const { function in class:llvm::InstrItineraryData
/external/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp725 return ItinData->getStageLatency(get(N->getMachineOpcode()).getSchedClass());
769 // still have a MinLatency property, which getStageLatency checks.
773 return ItinData->getStageLatency(MI->getDesc().getSchedClass());
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3848 // Be sure to call getStageLatency for an empty itinerary in case it has a
3860 unsigned Latency = ItinData->getStageLatency(Class);
3883 return ItinData->getStageLatency(get(Opcode).getSchedClass());

Completed in 1444 milliseconds