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
80
assert(
GetAnalyzableBrOpc
(Opc) && "Not an analyzable branch");
170
if (!
GetAnalyzableBrOpc
(I->getOpcode()))
213
if (!
GetAnalyzableBrOpc
(LastOpc))
222
SecondLastOpc =
GetAnalyzableBrOpc
(SecondLastInst->getOpcode());
MipsSEInstrInfo.h
80
virtual unsigned
GetAnalyzableBrOpc
(unsigned Opc) const;
Mips16InstrInfo.h
103
virtual unsigned
GetAnalyzableBrOpc
(unsigned Opc) const;
MipsInstrInfo.h
96
virtual unsigned
GetAnalyzableBrOpc
(unsigned Opc) const = 0;
Mips16InstrInfo.cpp
384
unsigned Mips16InstrInfo::
GetAnalyzableBrOpc
(unsigned Opc) const {
MipsSEInstrInfo.cpp
316
unsigned MipsSEInstrInfo::
GetAnalyzableBrOpc
(unsigned Opc) const {
Completed in 2174 milliseconds