HomeSort by: relevance | last modified time | path
    Searched refs:LoopDecrement (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
HardwareLoops.cpp 67 LoopDecrement("hardware-loop-decrement", cl::Hidden, cl::init(1),
193 LoopDecrement(Info.LoopDecrement),
208 Value *LoopDecrement = nullptr;
276 if (LoopDecrement.getNumOccurrences())
277 HWLoopInfo.LoopDecrement =
278 ConstantInt::get(HWLoopInfo.CountType, LoopDecrement);
470 LoopDecrement->getType());
471 Value *Ops[] = { LoopDecrement };
493 Value *Ops[] = { EltsRem, LoopDecrement };
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 785 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 102 Value *LoopDecrement = nullptr; // Decrement the loop counter by this
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 1937 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1);

Completed in 24 milliseconds