Home
last modified time | relevance | path

Searched refs:UseMCID (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h435 const MCInstrDesc &UseMCID,
439 const MCInstrDesc &UseMCID,
445 const MCInstrDesc &UseMCID,
453 unsigned UseIdx, const MCInstrDesc &UseMCID, unsigned UseAdj) const;
H A DARMBaseInstrInfo.cpp3336 const MCInstrDesc &UseMCID = UseMI.getDesc(); in FoldImmediate() local
3337 if (UseMCID.hasOptionalDef()) { in FoldImmediate()
3338 unsigned NumOps = UseMCID.getNumOperands(); in FoldImmediate()
3953 int RegNo = (int)(UseIdx+1) - UseMCID.getNumOperands() + 1; in getVSTMUseCycle()
3967 switch (UseMCID.getOpcode()) { in getVSTMUseCycle()
3992 int RegNo = (int)(UseIdx+1) - UseMCID.getNumOperands() + 1; in getSTMUseCycle()
4018 unsigned DefIdx, unsigned DefAlign, const MCInstrDesc &UseMCID, in getOperandLatency() argument
4021 unsigned UseClass = UseMCID.getSchedClass(); in getOperandLatency()
4072 switch (UseMCID.getOpcode()) { in getOperandLatency()
4439 ItinData, DefMCID, DefIdx, DefAlign, UseMCID, UseIdx, UseAlign); in getOperandLatencyImpl()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2047 const MCInstrDesc &UseMCID = UseMI.getDesc(); in onlyFoldImmediate() local
2050 if (UseMCID.isPseudo()) in onlyFoldImmediate()
2062 assert(UseIdx < UseMCID.getNumOperands() && "No operand description for Reg"); in onlyFoldImmediate()
2064 const MCOperandInfo *UseInfo = &UseMCID.operands()[UseIdx]; in onlyFoldImmediate()