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.h431 const MCInstrDesc &UseMCID,
435 const MCInstrDesc &UseMCID,
441 const MCInstrDesc &UseMCID,
449 unsigned UseIdx, const MCInstrDesc &UseMCID, unsigned UseAdj) const;
H A DARMBaseInstrInfo.cpp3180 const MCInstrDesc &UseMCID = UseMI.getDesc(); in foldImmediate() local
3181 if (UseMCID.hasOptionalDef()) { in foldImmediate()
3182 unsigned NumOps = UseMCID.getNumOperands(); in foldImmediate()
3795 const MCInstrDesc &UseMCID, unsigned UseClass, in getVSTMUseCycle() argument
3797 int RegNo = (int)(UseIdx+1) - UseMCID.getNumOperands() + 1; in getVSTMUseCycle()
3811 switch (UseMCID.getOpcode()) { in getVSTMUseCycle()
3834 const MCInstrDesc &UseMCID, unsigned UseClass, in getSTMUseCycle() argument
3836 int RegNo = (int)(UseIdx+1) - UseMCID.getNumOperands() + 1; in getSTMUseCycle()
3862 unsigned DefIdx, unsigned DefAlign, const MCInstrDesc &UseMCID, in getOperandLatency() argument
3865 unsigned UseClass = UseMCID.getSchedClass(); in getOperandLatency()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2085 const MCInstrDesc &UseMCID = UseMI.getDesc(); in onlyFoldImmediate() local
2088 if (UseMCID.isPseudo()) in onlyFoldImmediate()
2100 assert(UseIdx < UseMCID.getNumOperands() && "No operand description for Reg"); in onlyFoldImmediate()
2102 const MCOperandInfo *UseInfo = &UseMCID.operands()[UseIdx]; in onlyFoldImmediate()