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

  /external/llvm/include/llvm/MC/
MCInstrItineraries.h 233 int UseCycle = getOperandCycle(UseClass, UseIdx);
234 if (UseCycle == -1)
237 UseCycle = DefCycle - UseCycle + 1;
238 if (UseCycle > 0 &&
241 --UseCycle;
242 return UseCycle;
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]

Completed in 104 milliseconds