Home
last modified time | relevance | path

Searched refs:UseAdj (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h450 const MCInstrDesc &UseMCID, unsigned UseAdj) const;
H A DARMBaseInstrInfo.cpp4378 unsigned UseAdj = 0; in getOperandLatency() local
4381 getBundledUseMI(&getRegisterInfo(), UseMI, Reg, UseIdx, UseAdj); in getOperandLatency()
4388 Reg, *ResolvedUseMI, UseIdx, ResolvedUseMI->getDesc(), UseAdj); in getOperandLatency()
4395 unsigned UseIdx, const MCInstrDesc &UseMCID, unsigned UseAdj) const { in getOperandLatencyImpl()
4440 int Adj = DefAdj + UseAdj; in getOperandLatencyImpl()