Searched refs:getAnalyzableBrOpc (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp71 assert(getAnalyzableBrOpc(Opc) && "Not an analyzable branch");
161 if (!getAnalyzableBrOpc(I->getOpcode()))
204 if (!getAnalyzableBrOpc(LastOpc))
213 SecondLastOpc = getAnalyzableBrOpc(SecondLastInst->getOpcode());
H A DMipsSEInstrInfo.h82 virtual unsigned getAnalyzableBrOpc(unsigned Opc) const;
H A DMips16InstrInfo.h112 virtual unsigned getAnalyzableBrOpc(unsigned Opc) const;
H A DMipsInstrInfo.h127 virtual unsigned getAnalyzableBrOpc(unsigned Opc) const = 0;
H A DMips16InstrInfo.cpp440 unsigned Mips16InstrInfo::getAnalyzableBrOpc(unsigned Opc) const { function in class:Mips16InstrInfo
H A DMipsSEInstrInfo.cpp374 unsigned MipsSEInstrInfo::getAnalyzableBrOpc(unsigned Opc) const { function in class:MipsSEInstrInfo

Completed in 105 milliseconds