Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DHardwareLoops.cpp160 class HardwareLoop { class
183 HardwareLoop(HardwareLoopInfo &Info, ScalarEvolution &SE, in HardwareLoop() function in __anon7620f73f0111::HardwareLoop
307 HardwareLoop HWLoop(HWLoopInfo, *SE, *DL, ORE); in TryConvertLoop()
313 void HardwareLoop::Create() { in Create()
381 Value *HardwareLoop::InitLoopCount() { in InitLoopCount()
441 Value* HardwareLoop::InsertIterationSetup(Value *LoopCountInit) { in InsertIterationSetup()
473 void HardwareLoop::InsertLoopDec() { in InsertLoopDec()
495 Instruction* HardwareLoop::InsertLoopRegDec(Value *EltsRem) { in InsertLoopRegDec()
508 PHINode* HardwareLoop::InsertPHICounter(Value *NumElts, Value *EltsRem) { in InsertPHICounter()
520 void HardwareLoop::UpdateBranch(Value *EltsRem) { in UpdateBranch()
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/LowOverheadLoops/
H A Dloop-guards.ll4 ; Not implemented as a mir test so that changes the generic HardwareLoop can