Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp67 LoopDecrement("hardware-loop-decrement", cl::Hidden, cl::init(1), variable
193 LoopDecrement(Info.LoopDecrement), in HardwareLoop()
208 Value *LoopDecrement = nullptr; member in __anone95c3c430111::HardwareLoop
276 if (LoopDecrement.getNumOccurrences()) in TryConvertLoop()
277 HWLoopInfo.LoopDecrement = in TryConvertLoop()
278 ConstantInt::get(HWLoopInfo.CountType, LoopDecrement); in TryConvertLoop()
475 LoopDecrement->getType()); in InsertLoopDec()
476 Value *Ops[] = { LoopDecrement }; in InsertLoopDec()
498 Value *Ops[] = { EltsRem, LoopDecrement }; in InsertLoopRegDec()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp788 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h102 Value *LoopDecrement = nullptr; // Decrement the loop counter by this member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1943 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()