Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp66 LoopDecrement("hardware-loop-decrement", cl::Hidden, cl::init(1), variable
208 LoopDecrement(Info.LoopDecrement), in HardwareLoop()
224 Value *LoopDecrement = nullptr; member in __anon3d0d820f0111::HardwareLoop
259 if (LoopDecrement.getNumOccurrences()) in runOnFunction()
260 Opts.setDecrement(LoopDecrement); in runOnFunction()
336 HWLoopInfo.LoopDecrement = in TryConvertLoop()
546 LoopDecrement->getType()); in InsertLoopDec()
547 Value *Ops[] = { LoopDecrement }; in InsertLoopDec()
572 Value *Ops[] = { EltsRem, LoopDecrement }; in InsertLoopRegDec()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp396 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp121 LoopDecrement = ConstantInt::get(CountType, 1); in HardwareLoopInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h106 Value *LoopDecrement = nullptr; // Decrement the loop counter by this member
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2233 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()