Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h440 const MCInstrDesc &UseMCID,
444 const MCInstrDesc &UseMCID,
450 const MCInstrDesc &UseMCID,
458 unsigned UseIdx, const MCInstrDesc &UseMCID, unsigned UseAdj) const;
H A DARMBaseInstrInfo.cpp3337 const MCInstrDesc &UseMCID = UseMI.getDesc(); in foldImmediate() local
3338 if (UseMCID.hasOptionalDef()) { in foldImmediate()
3339 unsigned NumOps = UseMCID.getNumOperands(); in foldImmediate()
3952 const MCInstrDesc &UseMCID, unsigned UseClass, in getVSTMUseCycle() argument
3954 int RegNo = (int)(UseIdx+1) - UseMCID.getNumOperands() + 1; in getVSTMUseCycle()
3968 switch (UseMCID.getOpcode()) { in getVSTMUseCycle()
3991 const MCInstrDesc &UseMCID, unsigned UseClass, in getSTMUseCycle() argument
3993 int RegNo = (int)(UseIdx+1) - UseMCID.getNumOperands() + 1; in getSTMUseCycle()
4019 unsigned DefIdx, unsigned DefAlign, const MCInstrDesc &UseMCID, in getOperandLatency() argument
4022 unsigned UseClass = UseMCID.getSchedClass(); in getOperandLatency()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2062 const MCInstrDesc &UseMCID = UseMI.getDesc(); in onlyFoldImmediate() local
2065 if (UseMCID.isPseudo()) in onlyFoldImmediate()
2077 assert(UseIdx < UseMCID.getNumOperands() && "No operand description for Reg"); in onlyFoldImmediate()
2079 const MCOperandInfo *UseInfo = &UseMCID.operands()[UseIdx]; in onlyFoldImmediate()