Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp92 StateWQM = 0x1, enumerator
518 Flags = StateWQM; in scanInstructions()
645 if ((II.OutNeeds & StateWQM) && !(II.Disabled & StateWQM) && in propagateInstruction()
648 II.Needs = StateWQM; in propagateInstruction()
652 if (II.Needs & StateWQM) { in propagateInstruction()
653 BI.Needs |= StateWQM; in propagateInstruction()
1316 char State = (IsEntry || !(BI.InNeeds & StateWQM)) ? StateExact : StateWQM; in processBlock()
1384 Needs = StateWQM; in processBlock()
1414 case StateWQM: in processBlock()
1445 if (State == StateWQM && (Needs & StateExact) && !(Needs & StateWQM)) { in processBlock()
[all …]