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

/macosx-10.10/llvmCore-3425.0.34/lib/Target/Mips/
H A DMips16InstrInfo.h68 virtual unsigned GetAnalyzableBrOpc(unsigned Opc) const;
H A DMipsInstrInfo.cpp80 assert(GetAnalyzableBrOpc(Opc) && "Not an analyzable branch");
116 if (!GetAnalyzableBrOpc(LastOpc))
125 SecondLastOpc = GetAnalyzableBrOpc(SecondLastInst->getOpcode());
240 if (!GetAnalyzableBrOpc(I->getOpcode()))
H A DMipsInstrInfo.h81 virtual unsigned GetAnalyzableBrOpc(unsigned Opc) const = 0;
H A DMipsSEInstrInfo.h80 virtual unsigned GetAnalyzableBrOpc(unsigned Opc) const;
H A DMips16InstrInfo.cpp137 unsigned Mips16InstrInfo::GetAnalyzableBrOpc(unsigned Opc) const { function in class:Mips16InstrInfo
H A DMipsSEInstrInfo.cpp310 unsigned MipsSEInstrInfo::GetAnalyzableBrOpc(unsigned Opc) const { function in class:MipsSEInstrInfo

Completed in 64 milliseconds