Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp608 int ZeroOperandPosition = -1; in genInstrWithNewOpc() local
612 ZeroOperandPosition = I->findRegisterUseOperandIdx(Mips::ZERO, false, TRI); in genInstrWithNewOpc()
613 BranchWithZeroOperand = ZeroOperandPosition != -1; in genInstrWithNewOpc()
669 if (BranchWithZeroOperand && (unsigned)ZeroOperandPosition == J) in genInstrWithNewOpc()