OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAnalyzableBrOpc
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp
74
assert(
getAnalyzableBrOpc
(Opc) && "Not an analyzable branch");
164
if (!
getAnalyzableBrOpc
(I->getOpcode()))
207
if (!
getAnalyzableBrOpc
(LastOpc))
216
SecondLastOpc =
getAnalyzableBrOpc
(SecondLastInst->getOpcode());
MipsSEInstrInfo.h
82
unsigned
getAnalyzableBrOpc
(unsigned Opc) const override;
Mips16InstrInfo.h
109
unsigned
getAnalyzableBrOpc
(unsigned Opc) const override;
MipsInstrInfo.h
132
virtual unsigned
getAnalyzableBrOpc
(unsigned Opc) const = 0;
Mips16InstrInfo.cpp
424
unsigned Mips16InstrInfo::
getAnalyzableBrOpc
(unsigned Opc) const {
MipsSEInstrInfo.cpp
420
unsigned MipsSEInstrInfo::
getAnalyzableBrOpc
(unsigned Opc) const {
Completed in 231 milliseconds