Home
last modified time | relevance | path

Searched refs:mustComeFirst (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp85 bool PPCDispatchGroupSBHazardRecognizer::mustComeFirst(const MCInstrDesc *MCID, in mustComeFirst() function in PPCDispatchGroupSBHazardRecognizer
149 if (MCID && mustComeFirst(MCID, NSlots) && CurSlots) in ShouldPreferAnother()
185 bool MustBeFirst = mustComeFirst(MCID, NSlots); in EmitInstruction()
H A DPPCHazardRecognizers.h32 bool mustComeFirst(const MCInstrDesc *MCID, unsigned &NSlots);