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
32
TM(tm),
UncondBrOpc
(UncondBr) {}
132
BuildMI(&MBB, DL, get(
UncondBrOpc
)).addMBB(FBB);
139
BuildMI(&MBB, DL, get(
UncondBrOpc
)).addMBB(TBB);
223
if (LastOpc ==
UncondBrOpc
) {
242
if (SecondLastOpc ==
UncondBrOpc
) {
255
if (LastOpc !=
UncondBrOpc
)
MipsInstrInfo.h
32
unsigned
UncondBrOpc
;
44
explicit MipsInstrInfo(MipsTargetMachine &TM, unsigned
UncondBrOpc
);
Completed in 36 milliseconds