Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp92 StateWQM = 0x1, enumerator
523 Flags = StateWQM; in scanInstructions()
648 if ((II.OutNeeds & StateWQM) && !(II.Disabled & StateWQM) && in propagateInstruction()
651 II.Needs = StateWQM; in propagateInstruction()
655 if (II.Needs & StateWQM) { in propagateInstruction()
656 BI.Needs |= StateWQM; in propagateInstruction()
1262 char State = (IsEntry || !(BI.InNeeds & StateWQM)) ? StateExact : StateWQM; in processBlock()
1328 Needs = StateWQM; in processBlock()
1358 case StateWQM: in processBlock()
1389 if (State == StateWQM && (Needs & StateExact) && !(Needs & StateWQM)) { in processBlock()
[all …]