Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZHazardRecognizer.cpp326 unsigned GroupLim = in EmitInstruction() local
328 assert (CurrGroupSize <= GroupLim && "SU does not fit into decoder group!"); in EmitInstruction()
332 if (CurrGroupSize == GroupLim || SC->EndGroup) in EmitInstruction()