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

  /external/llvm/lib/Target/Mips/
MipsSEInstrInfo.h 66 unsigned getOppositeBranchOpc(unsigned Opc) const override;
Mips16InstrInfo.h 66 unsigned getOppositeBranchOpc(unsigned Opc) const override;
MipsInstrInfo.h 92 virtual unsigned getOppositeBranchOpc(unsigned Opc) const = 0;
MipsInstrInfo.cpp 175 Cond[0].setImm(getOppositeBranchOpc(Cond[0].getImm()));
Mips16InstrInfo.cpp 141 /// GetOppositeBranchOpc - Return the inverse of the specified
143 unsigned Mips16InstrInfo::getOppositeBranchOpc(unsigned Opc) const {
MipsLongBranch.cpp 222 unsigned NewOpc = TII->getOppositeBranchOpc(Br->getOpcode());
MipsSEInstrInfo.cpp 405 /// getOppositeBranchOpc - Return the inverse of the specified
407 unsigned MipsSEInstrInfo::getOppositeBranchOpc(unsigned Opc) const {
MipsConstantIslandPass.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
Mips16InstrInfo.h 75 unsigned getOppositeBranchOpc(unsigned Opc) const override;
MipsSEInstrInfo.h 69 unsigned getOppositeBranchOpc(unsigned Opc) const override;
MipsInstrInfo.h 108 virtual unsigned getOppositeBranchOpc(unsigned Opc) const = 0;
Mips16InstrInfo.cpp 161 /// GetOppositeBranchOpc - Return the inverse of the specified
163 unsigned Mips16InstrInfo::getOppositeBranchOpc(unsigned Opc) const {
MipsBranchExpansion.cpp 334 unsigned NewOpc = TII->getOppositeBranchOpc(Br->getOpcode());
MipsInstrInfo.cpp 187 Cond[0].setImm(getOppositeBranchOpc(Cond[0].getImm()));
MipsConstantIslandPass.cpp     [all...]
MipsSEInstrInfo.cpp 485 /// getOppositeBranchOpc - Return the inverse of the specified
487 unsigned MipsSEInstrInfo::getOppositeBranchOpc(unsigned Opc) const {
    [all...]

Completed in 729 milliseconds