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

  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 254 const MCInstrDesc &UseMCID,
258 const MCInstrDesc &UseMCID,
264 const MCInstrDesc &UseMCID,
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 826 const MCInstrDesc &UseMCID = UseMI->getDesc();
829 if (UseMCID.isPseudo())
839 assert(UseIdx < UseMCID.getNumOperands() && "No operand description for Reg");
841 const MCOperandInfo *UseInfo = &UseMCID.OpInfo[UseIdx];
    [all...]

Completed in 2069 milliseconds