Searched refs:LoopDecrement (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | HardwareLoops.cpp | 67 LoopDecrement("hardware-loop-decrement", cl::Hidden, cl::init(1), variable 193 LoopDecrement(Info.LoopDecrement), in HardwareLoop() 208 Value *LoopDecrement = nullptr; member in __anon5e4710930111::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()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | HardwareLoops.cpp | 67 LoopDecrement("hardware-loop-decrement", cl::Hidden, cl::init(1), variable 193 LoopDecrement(Info.LoopDecrement), in HardwareLoop() 208 Value *LoopDecrement = nullptr; member in __anoncb13a2ff0111::HardwareLoop 278 if (LoopDecrement.getNumOccurrences()) in TryConvertLoop() 279 HWLoopInfo.LoopDecrement = in TryConvertLoop() 280 ConstantInt::get(HWLoopInfo.CountType, LoopDecrement); in TryConvertLoop() 465 LoopDecrement->getType()); in InsertLoopDec() 466 Value *Ops[] = { LoopDecrement }; in InsertLoopDec() 488 Value *Ops[] = { EltsRem, LoopDecrement }; in InsertLoopRegDec()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 533 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 742 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.cpp | 1061 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 94 Value *LoopDecrement = nullptr; // Decrement the loop counter by this member
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 98 Value *LoopDecrement = nullptr; // Decrement the loop counter by this member
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.cpp | 1737 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()
|