Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h358 const MCInstrDesc &UseMCID,
362 const MCInstrDesc &UseMCID,
368 const MCInstrDesc &UseMCID,
376 const MCInstrDesc &UseMCID, unsigned UseAdj) const;
DARMBaseInstrInfo.cpp3203 const MCInstrDesc &UseMCID = UseMI.getDesc(); in FoldImmediate() local
3204 if (UseMCID.hasOptionalDef()) { in FoldImmediate()
3205 unsigned NumOps = UseMCID.getNumOperands(); in FoldImmediate()
3836 const MCInstrDesc &UseMCID, in getVSTMUseCycle() argument
3839 int RegNo = (int)(UseIdx+1) - UseMCID.getNumOperands() + 1; in getVSTMUseCycle()
3853 switch (UseMCID.getOpcode()) { in getVSTMUseCycle()
3876 const MCInstrDesc &UseMCID, in getSTMUseCycle() argument
3879 int RegNo = (int)(UseIdx+1) - UseMCID.getNumOperands() + 1; in getSTMUseCycle()
3907 const MCInstrDesc &UseMCID, in getOperandLatency() argument
3910 unsigned UseClass = UseMCID.getSchedClass(); in getOperandLatency()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1340 const MCInstrDesc &UseMCID = UseMI.getDesc(); in FoldImmediate() local
1343 if (UseMCID.isPseudo()) in FoldImmediate()
1353 assert(UseIdx < UseMCID.getNumOperands() && "No operand description for Reg"); in FoldImmediate()
1355 const MCOperandInfo *UseInfo = &UseMCID.OpInfo[UseIdx]; in FoldImmediate()