Home
last modified time | relevance | path

Searched refs:CounterBitWidth (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/
DHardwareLoops.cpp71 CounterBitWidth("hardware-loop-counter-bitwidth", cl::Hidden, cl::init(32), variable
274 if (CounterBitWidth.getNumOccurrences()) in TryConvertLoop()
276 IntegerType::get(M->getContext(), CounterBitWidth); in TryConvertLoop()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DHardwareLoops.cpp71 CounterBitWidth("hardware-loop-counter-bitwidth", cl::Hidden, cl::init(32), variable
271 if (CounterBitWidth.getNumOccurrences()) in TryConvertLoop()
273 IntegerType::get(M->getContext(), CounterBitWidth); in TryConvertLoop()