Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp94 StateStrictWQM = 0x4, enumerator
96 StateStrict = StateStrictWWM | StateStrictWQM,
112 std::make_pair(StateStrictWQM, "StrictWQM"), in operator <<()
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()
1308 Needs = StateStrictWQM; in processBlock()
1339 State == StateStrictWQM || Needs == StateStrictWQM) { in processBlock()
[all …]