OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UncondBrOpc
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp
35
TM(tm),
UncondBrOpc
(UncondBr) {}
135
BuildMI(&MBB, DL, get(
UncondBrOpc
)).addMBB(FBB);
142
BuildMI(&MBB, DL, get(
UncondBrOpc
)).addMBB(TBB);
226
if (LastOpc ==
UncondBrOpc
) {
245
if (SecondLastOpc ==
UncondBrOpc
) {
258
if (LastOpc !=
UncondBrOpc
)
MipsInstrInfo.h
37
unsigned
UncondBrOpc
;
49
explicit MipsInstrInfo(MipsTargetMachine &TM, unsigned
UncondBrOpc
);
Completed in 59 milliseconds