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.cpp137 char InNeeds = 0; member
285 << " InNeeds = " << PrintState(BII.second.InNeeds) in printInfo()
551 if (!(BBI.InNeeds & StateExact)) { in scanInstructions()
552 BBI.InNeeds |= StateExact; in scanInstructions()
580 if (!(BBI.InNeeds & StateExact)) { in scanInstructions()
581 BBI.InNeeds |= StateExact; in scanInstructions()
651 if (!(BI.InNeeds & StateWQM)) { in propagateInstruction()
652 BI.InNeeds |= StateWQM; in propagateInstruction()
659 char InNeeds = (II.Needs & ~StateStrict) | II.OutNeeds; in propagateInstruction() local
662 if ((PrevII.OutNeeds | InNeeds) != PrevII.OutNeeds) { in propagateInstruction()
[all …]