Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp93 StateStrictWWM = 0x2, enumerator
96 StateStrict = StateStrictWWM | StateStrictWQM,
530 GlobalFlags |= StateStrictWWM; in scanInstructions()
656 if (II.Needs & StateStrictWWM) in propagateInstruction()
657 BI.Needs |= StateStrictWWM; in propagateInstruction()
1183 if (StrictStateNeeded == StateStrictWWM) { in toStrictMode()
1193 StateTransition[MI] = StateStrictWWM; in toStrictMode()
1206 if (CurrentStrictState == StateStrictWWM) { in fromStrictMode()
1283 Needs = StateStrictWWM; in processBlock()
1315 if (State == StateStrictWWM || Needs == StateStrictWWM || in processBlock()
[all …]