Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp93 StateStrictWWM = 0x2, enumerator
96 StateStrict = StateStrictWWM | StateStrictWQM,
529 GlobalFlags |= StateStrictWWM; in scanInstructions()
680 if (II.Needs & StateStrictWWM) in propagateInstruction()
681 BI.Needs |= StateStrictWWM; in propagateInstruction()
1252 assert(StrictStateNeeded == StateStrictWWM || in toStrictMode()
1255 if (StrictStateNeeded == StateStrictWWM) { in toStrictMode()
1283 if (CurrentStrictState == StateStrictWWM) { in fromStrictMode()
1361 Needs = StateStrictWWM; in processBlock()
1394 if (State == StateStrictWWM || Needs == StateStrictWWM || in processBlock()
[all …]