Home
last modified time | relevance | path

Searched refs:NumIters (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/compiler-rt/lib/scudo/standalone/benchmarks/
Dmalloc_benchmark.cpp67 const size_t NumIters = State.range(0); in BM_malloc_free_loop() local
69 void *Ptrs[NumIters]; in BM_malloc_free_loop()
85 State.SetBytesProcessed(uint64_t(State.iterations()) * uint64_t(NumIters) * in BM_malloc_free_loop()
/external/scudo/standalone/benchmarks/
Dmalloc_benchmark.cpp75 const size_t NumIters = State.range(0); in BM_malloc_free_loop() local
77 std::vector<void *> Ptrs(NumIters); in BM_malloc_free_loop()
93 State.SetBytesProcessed(uint64_t(State.iterations()) * uint64_t(NumIters) * in BM_malloc_free_loop()
/external/llvm/lib/CodeGen/
DStackColoring.cpp627 unsigned NumIters = 0; in calculateLocalLiveness() local
631 ++NumIters; in calculateLocalLiveness()
674 NumIterations = NumIters; in calculateLocalLiveness()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackColoring.cpp762 unsigned NumIters = 0; in calculateLocalLiveness() local
766 ++NumIters; in calculateLocalLiveness()
811 NumIterations = NumIters; in calculateLocalLiveness()
/external/llvm-project/llvm/lib/CodeGen/
DStackColoring.cpp808 unsigned NumIters = 0; in calculateLocalLiveness() local
812 ++NumIters; in calculateLocalLiveness()
857 NumIterations = NumIters; in calculateLocalLiveness()
/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp1509 unsigned NumIters = 0; in computeRegUnitWeights() local
1510 for (bool Changed = true; Changed; ++NumIters) { in computeRegUnitWeights()
1511 assert(NumIters <= NumNativeRegUnits && "Runaway register unit weights"); in computeRegUnitWeights()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenRegisters.cpp1794 unsigned NumIters = 0; in computeRegUnitWeights() local
1795 for (bool Changed = true; Changed; ++NumIters) { in computeRegUnitWeights()
1796 assert(NumIters <= NumNativeRegUnits && "Runaway register unit weights"); in computeRegUnitWeights()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp2893 unsigned NumIters = RealTySize / TySize; in emitInterWarpCopyFunction() local
2894 if (NumIters == 0) in emitInterWarpCopyFunction()
2904 if (NumIters > 1) { in emitInterWarpCopyFunction()
2916 Bld.CreateICmpULT(Cnt, llvm::ConstantInt::get(CGM.IntTy, NumIters)); in emitInterWarpCopyFunction()
2940 if (NumIters > 1) { in emitInterWarpCopyFunction()
3008 if (NumIters > 1) { in emitInterWarpCopyFunction()
3025 if (NumIters > 1) { in emitInterWarpCopyFunction()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp971 unsigned NumIters = Record.readInt(); in VisitOMPIteratorExpr() local
975 for (unsigned I = 0; I < NumIters; ++I) { in VisitOMPIteratorExpr()