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

  /external/llvm/include/llvm/MC/
MCInstrItineraries.h 183 /// getOperandCycle - Return the cycle for the given class and
186 int getOperandCycle(unsigned ItinClassIndx, unsigned OperandIdx) const {
229 int DefCycle = getOperandCycle(DefClass, DefIdx);
233 int UseCycle = getOperandCycle(UseClass, UseIdx);
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 585 return ItinData->getOperandCycle(DefClass, DefIdx);
652 int DefCycle = ItinData->getOperandCycle(DefClass, DefIdx);
726 OperLatency = ItinData->getOperandCycle(DefClass, DefIdx);
TargetSchedule.cpp 193 OperLatency = InstrItins.getOperandCycle(DefClass, DefOperIdx);
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
ARMISelLowering.cpp     [all...]

Completed in 427 milliseconds