Searched defs:InNeeds (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp79 char InNeeds = 0; member in struct:__anon14244::BlockInfo
226 if ((BI.InNeeds | II.Needs) != BI.InNeeds) {
227 BI.InNeeds |= II.Needs;
233 char InNeeds = II.Needs | II.OutNeeds; local
236 if ((PrevII.OutNeeds | InNeeds) != PrevII.OutNeeds) {
237 PrevII.OutNeeds |= InNeeds;
298 if ((PredBI.OutNeeds | BI.InNeeds) == PredBI.OutNeeds)
301 PredBI.OutNeeds |= BI.InNeeds;
302 PredBI.InNeeds |
[all...]

Completed in 94 milliseconds