Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDHardwareLoops.cpp67 LoopDecrement("hardware-loop-decrement", cl::Hidden, cl::init(1), variable
193 LoopDecrement(Info.LoopDecrement), in HardwareLoop()
208 Value *LoopDecrement = nullptr; member in __anond0d935460111::HardwareLoop
275 if (LoopDecrement.getNumOccurrences()) in TryConvertLoop()
276 HWLoopInfo.LoopDecrement = in TryConvertLoop()
277 ConstantInt::get(HWLoopInfo.CountType, LoopDecrement); in TryConvertLoop()
457 LoopDecrement->getType()); in InsertLoopDec()
458 Value *Ops[] = { LoopDecrement }; in InsertLoopDec()
480 LoopDecrement->getType() in InsertLoopRegDec()
482 Value *Ops[] = { EltsRem, LoopDecrement }; in InsertLoopRegDec()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCTargetTransformInfo.cpp553 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMTargetTransformInfo.cpp1061 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfo.h94 Value *LoopDecrement = nullptr; // Decrement the loop counter by this member