HomeSort by relevance Sort by last modified time
    Searched refs:getOppositeBranchOpc (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/Mips/
MipsSEInstrInfo.h 68 unsigned getOppositeBranchOpc(unsigned Opc) const override;
Mips16InstrInfo.h 67 unsigned getOppositeBranchOpc(unsigned Opc) const override;
MipsInstrInfo.h 85 virtual unsigned getOppositeBranchOpc(unsigned Opc) const = 0;
MipsInstrInfo.cpp 179 Cond[0].setImm(getOppositeBranchOpc(Cond[0].getImm()));
Mips16InstrInfo.cpp 143 /// GetOppositeBranchOpc - Return the inverse of the specified
145 unsigned Mips16InstrInfo::getOppositeBranchOpc(unsigned Opc) const {
MipsLongBranch.cpp 221 unsigned NewOpc = TII->getOppositeBranchOpc(Br->getOpcode());
MipsSEInstrInfo.cpp 337 /// getOppositeBranchOpc - Return the inverse of the specified
339 unsigned MipsSEInstrInfo::getOppositeBranchOpc(unsigned Opc) const {
MipsConstantIslandPass.cpp     [all...]

Completed in 3741 milliseconds