Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp135 char InNeeds = 0; member
277 << " InNeeds = " << PrintState(BII.second.InNeeds) in printInfo()
541 if (!(BBI.InNeeds & StateExact)) { in scanInstructions()
542 BBI.InNeeds |= StateExact; in scanInstructions()
570 if (!(BBI.InNeeds & StateExact)) { in scanInstructions()
571 BBI.InNeeds |= StateExact; in scanInstructions()
640 if (!(BI.InNeeds & StateWQM)) { in propagateInstruction()
641 BI.InNeeds |= StateWQM; in propagateInstruction()
648 char InNeeds = (II.Needs & ~StateStrict) | II.OutNeeds; in propagateInstruction() local
651 if ((PrevII.OutNeeds | InNeeds) != PrevII.OutNeeds) { in propagateInstruction()
[all …]