Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp177 class HardwareLoop { class
200 HardwareLoop(HardwareLoopInfo &Info, ScalarEvolution &SE, in HardwareLoop() function in __anon3d0d820f0111::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()
538 void HardwareLoop::InsertLoopDec() { in InsertLoopDec()
563 Instruction* HardwareLoop::InsertLoopRegDec(Value *EltsRem) { in InsertLoopRegDec()
579 PHINode* HardwareLoop::InsertPHICounter(Value *NumElts, Value *EltsRem) { in InsertPHICounter()
591 void HardwareLoop::UpdateBranch(Value *EltsRem) { in UpdateBranch()