Home
last modified time | relevance | path

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

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