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

  /external/llvm/include/llvm/MC/
MCInstrItineraries.h 225 int DefCycle = getOperandCycle(DefClass, DefIdx);
226 if (DefCycle == -1)
233 UseCycle = DefCycle - UseCycle + 1;
  /external/llvm/lib/Target/
TargetInstrInfo.cpp 120 int DefCycle = ItinData->getOperandCycle(DefClass, DefIdx);
121 return (DefCycle != -1 && DefCycle <= 1);
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]

Completed in 517 milliseconds