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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp163 class HardwareLoop { class in namespace:__anon3478
186 HardwareLoop(HardwareLoopInfo &Info, ScalarEvolution &SE, function in class:__anon3478::HardwareLoop
312 HardwareLoop HWLoop(HWLoopInfo, *SE, *DL, ORE);
318 void HardwareLoop::Create() {
380 Value *HardwareLoop::InitLoopCount() {
433 void HardwareLoop::InsertIterationSetup(Value *LoopCountInit) {
455 void HardwareLoop::InsertLoopDec() {
477 Instruction* HardwareLoop::InsertLoopRegDec(Value *EltsRem) {
490 PHINode* HardwareLoop::InsertPHICounter(Value *NumElts, Value *EltsRem) {
502 void HardwareLoop
[all...]

Completed in 123 milliseconds