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.cpp176 class HardwareLoop { class
199 HardwareLoop(HardwareLoopInfo &Info, ScalarEvolution &SE, in HardwareLoop() function in __anon3d0d820f0111::HardwareLoop
368 HardwareLoop HWLoop(HWLoopInfo, SE, DL, ORE, Opts); in TryConvertLoop()
374 void HardwareLoop::Create() { in Create()
442 Value *HardwareLoop::InitLoopCount() { in InitLoopCount()
503 Value* HardwareLoop::InsertIterationSetup(Value *LoopCountInit) { in InsertIterationSetup()
536 void HardwareLoop::InsertLoopDec() { in InsertLoopDec()
559 Instruction* HardwareLoop::InsertLoopRegDec(Value *EltsRem) { in InsertLoopRegDec()
573 PHINode* HardwareLoop::InsertPHICounter(Value *NumElts, Value *EltsRem) { in InsertPHICounter()
585 void HardwareLoop::UpdateBranch(Value *EltsRem) { in UpdateBranch()