Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp94 StateStrictWQM = 0x4, enumerator
96 StateStrict = StateStrictWWM | StateStrictWQM,
112 std::make_pair(StateStrictWQM, "StrictWQM"), in operator <<()
537 markInstructionUses(MI, StateStrictWQM, Worklist); in scanInstructions()
538 GlobalFlags |= StateStrictWQM; in scanInstructions()
658 if (II.Needs & StateStrictWQM) in propagateInstruction()
659 BI.Needs |= StateStrictWQM; in propagateInstruction()
1181 StrictStateNeeded == StateStrictWQM); in toStrictMode()
1204 CurrentStrictState == StateStrictWQM); in fromStrictMode()
1284 else if (III->second.Needs & StateStrictWQM) in processBlock()
[all …]