Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp96 StateStrict = StateStrictWWM | StateStrictWQM, enumerator
557 III.Disabled = StateWQM | StateStrict; in scanInstructions()
570 III.Disabled = StateStrict; in scanInstructions()
588 III.Disabled = StateWQM | StateStrict; in scanInstructions()
665 char InNeeds = (II.Needs & ~StateStrict) | II.OutNeeds; in propagateInstruction()
1365 Needs = StateExact | StateWQM | StateStrict; in processBlock()
1403 SaveSCC = (Needs & StateStrict) || ((Needs & StateWQM) && WQMFromExec); in processBlock()
1416 if (State & StateStrict) { in processBlock()
1426 if (Needs & StateStrict) { in processBlock()
1464 if (Needs != (StateExact | StateWQM | StateStrict)) { in processBlock()
[all …]