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 229 int DefCycle = getOperandCycle(DefClass, DefIdx);
230 if (DefCycle == -1)
237 UseCycle = DefCycle - UseCycle + 1;
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 652 int DefCycle = ItinData->getOperandCycle(DefClass, DefIdx);
653 return (DefCycle != -1 && DefCycle <= 1);

Completed in 110 milliseconds