Searched refs:UseAdj (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.h | 458 unsigned UseIdx, const MCInstrDesc &UseMCID, unsigned UseAdj) const;
|
H A D | ARMBaseInstrInfo.cpp | 4384 unsigned UseAdj = 0; in getOperandLatency() local 4387 getBundledUseMI(&getRegisterInfo(), UseMI, Reg, UseIdx, UseAdj); in getOperandLatency() 4394 Reg, *ResolvedUseMI, UseIdx, ResolvedUseMI->getDesc(), UseAdj); in getOperandLatency() 4401 unsigned UseIdx, const MCInstrDesc &UseMCID, unsigned UseAdj) const { in getOperandLatencyImpl() 4446 int Adj = DefAdj + UseAdj; in getOperandLatencyImpl()
|