Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DHardwareLoops.cpp64 LoopDecrement("hardware-loop-decrement", cl::Hidden, cl::init(1), variable
190 LoopDecrement(Info.LoopDecrement), in HardwareLoop()
205 Value *LoopDecrement = nullptr; member in __anon0a0047860111::HardwareLoop
273 if (LoopDecrement.getNumOccurrences()) in TryConvertLoop()
274 HWLoopInfo.LoopDecrement = in TryConvertLoop()
275 ConstantInt::get(HWLoopInfo.CountType, LoopDecrement); in TryConvertLoop()
478 LoopDecrement->getType()); in InsertLoopDec()
479 Value *Ops[] = { LoopDecrement }; in InsertLoopDec()
501 Value *Ops[] = { EltsRem, LoopDecrement }; in InsertLoopRegDec()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp398 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h104 Value *LoopDecrement = nullptr; // Decrement the loop counter by this member
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2096 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()