HomeSort by: relevance | last modified time | path
    Searched refs:UseMCID (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 430 const MCInstrDesc &UseMCID,
434 const MCInstrDesc &UseMCID,
440 const MCInstrDesc &UseMCID,
448 const MCInstrDesc &UseMCID, unsigned UseAdj) const;
ARMBaseInstrInfo.cpp 3301 const MCInstrDesc &UseMCID = UseMI.getDesc();
3302 if (UseMCID.hasOptionalDef()) {
3303 unsigned NumOps = UseMCID.getNumOperands();
3918 const MCInstrDesc &UseMCID,
3921 int RegNo = (int)(UseIdx+1) - UseMCID.getNumOperands() + 1;
3935 switch (UseMCID.getOpcode()) {
3958 const MCInstrDesc &UseMCID,
3961 int RegNo = (int)(UseIdx+1) - UseMCID.getNumOperands() + 1;
3989 const MCInstrDesc &UseMCID,
3992 unsigned UseClass = UseMCID.getSchedClass()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 2055 const MCInstrDesc &UseMCID = UseMI.getDesc();
2058 if (UseMCID.isPseudo())
2070 assert(UseIdx < UseMCID.getNumOperands() && "No operand description for Reg");
2072 const MCOperandInfo *UseInfo = &UseMCID.OpInfo[UseIdx];

Completed in 23 milliseconds