Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.h66 unsigned getOppositeBranchOpc(unsigned Opc) const override;
H A DMips16InstrInfo.h70 unsigned getOppositeBranchOpc(unsigned Opc) const override;
H A DMipsInstrInfo.h135 virtual unsigned getOppositeBranchOpc(unsigned Opc) const = 0;
H A DMips16InstrInfo.cpp155 unsigned Mips16InstrInfo::getOppositeBranchOpc(unsigned Opc) const { in getOppositeBranchOpc() function in Mips16InstrInfo
H A DMipsBranchExpansion.cpp341 unsigned NewOpc = TII->getOppositeBranchOpc(Br->getOpcode()); in replaceBranch()
H A DMipsInstrInfo.cpp209 Cond[0].setImm(getOppositeBranchOpc(Cond[0].getImm())); in reverseBranchCondition()
H A DMipsConstantIslandPass.cpp1563 unsigned OppositeBranchOpcode = TII->getOppositeBranchOpc(Opcode); in fixupConditionalBr()
H A DMipsSEInstrInfo.cpp472 unsigned MipsSEInstrInfo::getOppositeBranchOpc(unsigned Opc) const { in getOppositeBranchOpc() function in MipsSEInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.cpp190 static unsigned getOppositeBranchOpc(unsigned Opcode) { in getOppositeBranchOpc() function
220 Cond[0].setImm(getOppositeBranchOpc(Cond[0].getImm())); in reverseBranchCondition()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.cpp682 static unsigned getOppositeBranchOpc(unsigned Opc) { in getOppositeBranchOpc() function
712 Cond[0].setImm(getOppositeBranchOpc(Cond[0].getImm())); in reverseBranchCondition()