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