Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp697 int ZeroOperandPosition = -1; in genInstrWithNewOpc() local
701 ZeroOperandPosition = I->findRegisterUseOperandIdx(Mips::ZERO, false, TRI); in genInstrWithNewOpc()
702 BranchWithZeroOperand = ZeroOperandPosition != -1; in genInstrWithNewOpc()
758 if (BranchWithZeroOperand && (unsigned)ZeroOperandPosition == J) in genInstrWithNewOpc()