Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp93 StateStrictWWM = 0x2, enumerator
96 StateStrict = StateStrictWWM | StateStrictWQM,
534 GlobalFlags |= StateStrictWWM; in scanInstructions()
683 if (II.Needs & StateStrictWWM) in propagateInstruction()
684 BI.Needs |= StateStrictWWM; in propagateInstruction()
1206 if (StrictStateNeeded == StateStrictWWM) { in toStrictMode()
1216 StateTransition[MI] = StateStrictWWM; in toStrictMode()
1229 if (CurrentStrictState == StateStrictWWM) { in fromStrictMode()
1306 Needs = StateStrictWWM; in processBlock()
1338 if (State == StateStrictWWM || Needs == StateStrictWWM || in processBlock()
[all …]