Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DHardwareLoops.cpp192 UseLoopGuard(Info.PerformEntryTest) { } in HardwareLoop()
207 bool UseLoopGuard = false; member in __anona5f359cf0111::HardwareLoop
400 UseLoopGuard |= ForceGuardLoopEntry; in InitLoopCount()
402 UseLoopGuard = false; in InitLoopCount()
405 if (UseLoopGuard && BB->getSinglePredecessor() && in InitLoopCount()
411 UseLoopGuard = false; in InitLoopCount()
432 UseLoopGuard = UseLoopGuard && CanGenerateTest(L, Count); in InitLoopCount()
433 BeginBB = UseLoopGuard ? BB : L->getLoopPreheader(); in InitLoopCount()
445 Intrinsic::ID ID = UseLoopGuard in InsertIterationSetup()
454 if (UseLoopGuard) { in InsertIterationSetup()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DHardwareLoops.cpp195 UseLoopGuard(Info.PerformEntryTest) { } in HardwareLoop()
210 bool UseLoopGuard = false; member in __anondfc6ce090111::HardwareLoop
396 UseLoopGuard |= ForceGuardLoopEntry; in InitLoopCount()
398 UseLoopGuard = false; in InitLoopCount()
401 if (UseLoopGuard && BB->getSinglePredecessor() && in InitLoopCount()
421 UseLoopGuard = UseLoopGuard && CanGenerateTest(L, Count); in InitLoopCount()
422 BeginBB = UseLoopGuard ? BB : L->getLoopPreheader(); in InitLoopCount()
433 Intrinsic::ID ID = UseLoopGuard ? in InsertIterationSetup()
439 if (UseLoopGuard) { in InsertIterationSetup()