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

/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp74 assert(getAnalyzableBrOpc(Opc) && "Not an analyzable branch");
164 if (!getAnalyzableBrOpc(I->getOpcode()))
207 if (!getAnalyzableBrOpc(LastOpc))
216 SecondLastOpc = getAnalyzableBrOpc(SecondLastInst->getOpcode());
H A DMipsSEInstrInfo.h82 unsigned getAnalyzableBrOpc(unsigned Opc) const override;
H A DMips16InstrInfo.h109 unsigned getAnalyzableBrOpc(unsigned Opc) const override;
H A DMipsInstrInfo.h132 virtual unsigned getAnalyzableBrOpc(unsigned Opc) const = 0;
H A DMips16InstrInfo.cpp424 unsigned Mips16InstrInfo::getAnalyzableBrOpc(unsigned Opc) const { function in class:Mips16InstrInfo
H A DMipsSEInstrInfo.cpp420 unsigned MipsSEInstrInfo::getAnalyzableBrOpc(unsigned Opc) const { function in class:MipsSEInstrInfo

Completed in 162 milliseconds