Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp87 bool PPCDispatchGroupSBHazardRecognizer::mustComeFirst(const MCInstrDesc *MCID, in mustComeFirst() function in PPCDispatchGroupSBHazardRecognizer
151 if (MCID && mustComeFirst(MCID, NSlots) && CurSlots) in ShouldPreferAnother()
188 bool MustBeFirst = mustComeFirst(MCID, NSlots); in EmitInstruction()
DPPCHazardRecognizers.h33 bool mustComeFirst(const MCInstrDesc *MCID, unsigned &NSlots);
/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp87 bool PPCDispatchGroupSBHazardRecognizer::mustComeFirst(const MCInstrDesc *MCID, in mustComeFirst() function in PPCDispatchGroupSBHazardRecognizer
151 if (MCID && mustComeFirst(MCID, NSlots) && CurSlots) in ShouldPreferAnother()
188 bool MustBeFirst = mustComeFirst(MCID, NSlots); in EmitInstruction()
DPPCHazardRecognizers.h33 bool mustComeFirst(const MCInstrDesc *MCID, unsigned &NSlots);