Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp94 StateStrictWQM = 0x4, enumerator
96 StateStrict = StateStrictWWM | StateStrictWQM,
538 GlobalFlags |= StateStrictWQM; in scanInstructions()
562 II.Needs |= StateStrictWQM; in scanInstructions()
563 GlobalFlags |= StateStrictWQM; in scanInstructions()
682 if (II.Needs & StateStrictWQM) in propagateInstruction()
683 BI.Needs |= StateStrictWQM; in propagateInstruction()
1253 StrictStateNeeded == StateStrictWQM); in toStrictMode()
1363 Needs = StateStrictWQM; in processBlock()
1395 State == StateStrictWQM || Needs == StateStrictWQM) { in processBlock()
[all …]