OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mustComeFirst
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.h
33
bool
mustComeFirst
(const MCInstrDesc *MCID, unsigned &NSlots);
PPCHazardRecognizers.cpp
87
bool PPCDispatchGroupSBHazardRecognizer::
mustComeFirst
(const MCInstrDesc *MCID,
151
if (MCID &&
mustComeFirst
(MCID, NSlots) && CurSlots)
188
bool MustBeFirst =
mustComeFirst
(MCID, NSlots);
Completed in 482 milliseconds