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.h
36
unsigned
UncondBrOpc
;
48
explicit MipsInstrInfo(const MipsSubtarget &STI, unsigned
UncondBrOpc
);
MipsInstrInfo.cpp
34
Subtarget(STI),
UncondBrOpc
(UncondBr) {}
134
BuildMI(&MBB, DL, get(
UncondBrOpc
)).addMBB(FBB);
141
BuildMI(&MBB, DL, get(
UncondBrOpc
)).addMBB(TBB);
Completed in 73 milliseconds