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.h67 unsigned getOppositeBranchOpc(unsigned Opc) const override;
H A DMips16InstrInfo.h71 unsigned getOppositeBranchOpc(unsigned Opc) const override;
H A DMipsInstrInfo.h127 virtual unsigned getOppositeBranchOpc(unsigned Opc) const = 0;
H A DMips16InstrInfo.cpp158 unsigned Mips16InstrInfo::getOppositeBranchOpc(unsigned Opc) const { in getOppositeBranchOpc() function in Mips16InstrInfo
H A DMipsBranchExpansion.cpp342 unsigned NewOpc = TII->getOppositeBranchOpc(Br->getOpcode()); in replaceBranch()
H A DMipsInstrInfo.cpp200 Cond[0].setImm(getOppositeBranchOpc(Cond[0].getImm())); in reverseBranchCondition()
H A DMipsConstantIslandPass.cpp1565 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/LoongArch/
H A DLoongArchInstrInfo.cpp471 static unsigned getOppositeBranchOpc(unsigned Opc) { in getOppositeBranchOpc() function
501 Cond[0].setImm(getOppositeBranchOpc(Cond[0].getImm())); in reverseBranchCondition()
/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()