Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp94 StateStrictWQM = 0x4, enumerator
96 StateStrict = StateStrictWWM | StateStrictWQM,
111 std::pair(StateStrictWQM, "StrictWQM"), std::pair(StateExact, "Exact")}; in operator <<()
542 markInstructionUses(MI, StateStrictWQM, Worklist); in scanInstructions()
543 GlobalFlags |= StateStrictWQM; in scanInstructions()
565 II.Needs |= StateStrictWQM; in scanInstructions()
566 GlobalFlags |= StateStrictWQM; in scanInstructions()
685 if (II.Needs & StateStrictWQM) in propagateInstruction()
686 BI.Needs |= StateStrictWQM; in propagateInstruction()
1246 StrictStateNeeded == StateStrictWQM); in toStrictMode()
[all …]