Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp163 class HardwareLoop { class
186 HardwareLoop(HardwareLoopInfo &Info, ScalarEvolution &SE, in HardwareLoop() function in __anone95c3c430111::HardwareLoop
310 HardwareLoop HWLoop(HWLoopInfo, *SE, *DL, ORE); in TryConvertLoop()
316 void HardwareLoop::Create() { in Create()
378 Value *HardwareLoop::InitLoopCount() { in InitLoopCount()
438 Value* HardwareLoop::InsertIterationSetup(Value *LoopCountInit) { in InsertIterationSetup()
470 void HardwareLoop::InsertLoopDec() { in InsertLoopDec()
492 Instruction* HardwareLoop::InsertLoopRegDec(Value *EltsRem) { in InsertLoopRegDec()
505 PHINode* HardwareLoop::InsertPHICounter(Value *NumElts, Value *EltsRem) { in InsertPHICounter()
517 void HardwareLoop::UpdateBranch(Value *EltsRem) { in UpdateBranch()