Searched refs:IncomingUpdated (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SILowerI1Copies.cpp | 548 SmallVector<unsigned, 4> IncomingUpdated; in lowerPhis() local 622 IncomingUpdated.push_back(createLaneMaskReg(*MF)); in lowerPhis() 624 IncomingUpdated.back()); in lowerPhis() 630 IMBB, getSaluInsertionAtEnd(IMBB), {}, IncomingUpdated[i], in lowerPhis() 644 IncomingUpdated.push_back(0); in lowerPhis() 647 IncomingUpdated.push_back(createLaneMaskReg(*MF)); in lowerPhis() 648 SSAUpdater.AddAvailableValue(&IMBB, IncomingUpdated.back()); in lowerPhis() 653 if (!IncomingUpdated[i]) in lowerPhis() 658 IMBB, getSaluInsertionAtEnd(IMBB), {}, IncomingUpdated[i], in lowerPhis() 671 IncomingUpdated.clear(); in lowerPhis()
|