Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp88 unsigned &NSlots) { in mustComeFirst() argument
95 NSlots = 1; in mustComeFirst()
108 NSlots = 2; in mustComeFirst()
120 NSlots = 4; in mustComeFirst()
125 if (NSlots == 1 && PPC::getNonRecordFormOpcode(MCID->getOpcode()) != -1) in mustComeFirst()
126 NSlots = 2; in mustComeFirst()
131 return NSlots > 1; in mustComeFirst()
150 unsigned NSlots; in ShouldPreferAnother() local
151 if (MCID && mustComeFirst(MCID, NSlots) && CurSlots) in ShouldPreferAnother()
187 unsigned NSlots; in EmitInstruction() local
[all …]
DPPCHazardRecognizers.h33 bool mustComeFirst(const MCInstrDesc *MCID, unsigned &NSlots);
/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp88 unsigned &NSlots) { in mustComeFirst() argument
95 NSlots = 1; in mustComeFirst()
108 NSlots = 2; in mustComeFirst()
120 NSlots = 4; in mustComeFirst()
125 if (NSlots == 1 && PPC::getNonRecordFormOpcode(MCID->getOpcode()) != -1) in mustComeFirst()
126 NSlots = 2; in mustComeFirst()
131 return NSlots > 1; in mustComeFirst()
150 unsigned NSlots; in ShouldPreferAnother() local
151 if (MCID && mustComeFirst(MCID, NSlots) && CurSlots) in ShouldPreferAnother()
187 unsigned NSlots; in EmitInstruction() local
[all …]
DPPCHazardRecognizers.h33 bool mustComeFirst(const MCInstrDesc *MCID, unsigned &NSlots);