Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSILowerI1Copies.cpp277 unsigned FoundLoopLevel = ~0u; member in __anon1785048f0111::LoopFinder
293 FoundLoopLevel = ~0u; in initialize()
314 if (FoundLoopLevel == Level) in findLoop()
392 FoundLoopLevel = std::min(FoundLoopLevel, Level + 1); in advanceLevel()
394 FoundLoopLevel = std::min(FoundLoopLevel, Level); in advanceLevel()
607 unsigned FoundLoopLevel = LF.findLoop(PostDomBound); in lowerPhis() local
611 if (FoundLoopLevel) { in lowerPhis()
612 LF.addLoopEntries(FoundLoopLevel, SSAUpdater, IncomingBlocks); in lowerPhis()
720 unsigned FoundLoopLevel = LF.findLoop(PostDomBound); in lowerCopiesToI1() local
721 if (FoundLoopLevel) { in lowerCopiesToI1()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DSILowerI1Copies.cpp257 unsigned FoundLoopLevel = ~0u; member in __anonf34bf6550111::LoopFinder
273 FoundLoopLevel = ~0u; in initialize()
294 if (FoundLoopLevel == Level) in findLoop()
372 FoundLoopLevel = std::min(FoundLoopLevel, Level + 1); in advanceLevel()
374 FoundLoopLevel = std::min(FoundLoopLevel, Level); in advanceLevel()
605 unsigned FoundLoopLevel = LF.findLoop(PostDomBound); in lowerPhis() local
609 if (FoundLoopLevel) { in lowerPhis()
610 LF.addLoopEntries(FoundLoopLevel, SSAUpdater, IncomingBlocks); in lowerPhis()
721 unsigned FoundLoopLevel = LF.findLoop(PostDomBound); in lowerCopiesToI1() local
722 if (FoundLoopLevel) { in lowerCopiesToI1()
[all …]