Searched refs:GetOppositeBranchOpc (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMips16InstrInfo.h65 virtual unsigned GetOppositeBranchOpc(unsigned Opc) const;
H A DMipsInstrInfo.h69 virtual unsigned GetOppositeBranchOpc(unsigned Opc) const = 0;
H A DMipsSEInstrInfo.h66 virtual unsigned GetOppositeBranchOpc(unsigned Opc) const;
H A DMips16InstrInfo.cpp113 /// GetOppositeBranchOpc - Return the inverse of the specified
115 unsigned Mips16InstrInfo::GetOppositeBranchOpc(unsigned Opc) const { function in class:Mips16InstrInfo
H A DMipsInstrInfo.cpp249 Cond[0].setImm(GetOppositeBranchOpc(Cond[0].getImm()));
H A DMipsLongBranch.cpp220 unsigned NewOpc = TII->GetOppositeBranchOpc(Br->getOpcode());
H A DMipsSEInstrInfo.cpp229 /// GetOppositeBranchOpc - Return the inverse of the specified
231 unsigned MipsSEInstrInfo::GetOppositeBranchOpc(unsigned Opc) const { function in class:MipsSEInstrInfo

Completed in 116 milliseconds