Searched refs:UseAdj (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.h | 451 const MCInstrDesc &UseMCID, unsigned UseAdj) const;
|
| H A D | ARMBaseInstrInfo.cpp | 4401 unsigned UseAdj = 0; in getOperandLatency() local 4404 getBundledUseMI(&getRegisterInfo(), UseMI, Reg, UseIdx, UseAdj); in getOperandLatency() 4411 Reg, *ResolvedUseMI, UseIdx, ResolvedUseMI->getDesc(), UseAdj); in getOperandLatency() 4418 unsigned UseIdx, const MCInstrDesc &UseMCID, unsigned UseAdj) const { in getOperandLatencyImpl() 4463 int Adj = DefAdj + UseAdj; in getOperandLatencyImpl()
|