Searched refs:UseMCID (Results 1 – 3 of 3) sorted by relevance
431 const MCInstrDesc &UseMCID,435 const MCInstrDesc &UseMCID,441 const MCInstrDesc &UseMCID,449 const MCInstrDesc &UseMCID, unsigned UseAdj) const;
3291 const MCInstrDesc &UseMCID = UseMI.getDesc(); in FoldImmediate() local3292 if (UseMCID.hasOptionalDef()) { in FoldImmediate()3293 unsigned NumOps = UseMCID.getNumOperands(); in FoldImmediate()3908 const MCInstrDesc &UseMCID, in getVSTMUseCycle() argument3911 int RegNo = (int)(UseIdx+1) - UseMCID.getNumOperands() + 1; in getVSTMUseCycle()3925 switch (UseMCID.getOpcode()) { in getVSTMUseCycle()3948 const MCInstrDesc &UseMCID, in getSTMUseCycle() argument3951 int RegNo = (int)(UseIdx+1) - UseMCID.getNumOperands() + 1; in getSTMUseCycle()3982 unsigned UseClass = UseMCID.getSchedClass(); in getOperandLatency()4033 switch (UseMCID.getOpcode()) { in getOperandLatency()[all …]
2073 const MCInstrDesc &UseMCID = UseMI.getDesc(); in onlyFoldImmediate() local2076 if (UseMCID.isPseudo()) in onlyFoldImmediate()2088 assert(UseIdx < UseMCID.getNumOperands() && "No operand description for Reg"); in onlyFoldImmediate()2090 const MCOperandInfo *UseInfo = &UseMCID.OpInfo[UseIdx]; in onlyFoldImmediate()