Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp135 char InNeeds = 0; member
276 << " InNeeds = " << PrintState(BII.second.InNeeds) in printInfo()
552 if (!(BBI.InNeeds & StateExact)) { in scanInstructions()
553 BBI.InNeeds |= StateExact; in scanInstructions()
583 if (!(BBI.InNeeds & StateExact)) { in scanInstructions()
584 BBI.InNeeds |= StateExact; in scanInstructions()
657 if (!(BI.InNeeds & StateWQM)) { in propagateInstruction()
658 BI.InNeeds |= StateWQM; in propagateInstruction()
665 char InNeeds = (II.Needs & ~StateStrict) | II.OutNeeds; in propagateInstruction() local
668 if ((PrevII.OutNeeds | InNeeds) != PrevII.OutNeeds) { in propagateInstruction()
[all …]