Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp177 class HardwareLoop { class
200 HardwareLoop(HardwareLoopInfo &Info, ScalarEvolution &SE, in HardwareLoop() function in __anon34762e850111::HardwareLoop
369 HardwareLoop HWLoop(HWLoopInfo, SE, DL, ORE, Opts); in TryConvertLoop()
375 void HardwareLoop::Create() { in Create()
443 Value *HardwareLoop::InitLoopCount() { in InitLoopCount()
504 Value* HardwareLoop::InsertIterationSetup(Value *LoopCountInit) { in InsertIterationSetup()
536 void HardwareLoop::InsertLoopDec() { in InsertLoopDec()
558 Instruction* HardwareLoop::InsertLoopRegDec(Value *EltsRem) { in InsertLoopRegDec()
571 PHINode* HardwareLoop::InsertPHICounter(Value *NumElts, Value *EltsRem) { in InsertPHICounter()
583 void HardwareLoop::UpdateBranch(Value *EltsRem) { in UpdateBranch()