Searched refs:UseMCID (Results 1 – 3 of 3) sorted by relevance
432 const MCInstrDesc &UseMCID,436 const MCInstrDesc &UseMCID,442 const MCInstrDesc &UseMCID,450 const MCInstrDesc &UseMCID, unsigned UseAdj) const;
3326 const MCInstrDesc &UseMCID = UseMI.getDesc(); in FoldImmediate() local3327 if (UseMCID.hasOptionalDef()) { in FoldImmediate()3328 unsigned NumOps = UseMCID.getNumOperands(); in FoldImmediate()3943 const MCInstrDesc &UseMCID, in getVSTMUseCycle() argument3946 int RegNo = (int)(UseIdx+1) - UseMCID.getNumOperands() + 1; in getVSTMUseCycle()3960 switch (UseMCID.getOpcode()) { in getVSTMUseCycle()3983 const MCInstrDesc &UseMCID, in getSTMUseCycle() argument3986 int RegNo = (int)(UseIdx+1) - UseMCID.getNumOperands() + 1; in getSTMUseCycle()4017 unsigned UseClass = UseMCID.getSchedClass(); in getOperandLatency()4068 switch (UseMCID.getOpcode()) { in getOperandLatency()[all …]
2080 const MCInstrDesc &UseMCID = UseMI.getDesc(); in onlyFoldImmediate() local2083 if (UseMCID.isPseudo()) in onlyFoldImmediate()2095 assert(UseIdx < UseMCID.getNumOperands() && "No operand description for Reg"); in onlyFoldImmediate()2097 const MCOperandInfo *UseInfo = &UseMCID.OpInfo[UseIdx]; in onlyFoldImmediate()