Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp774 unsigned NumIters = 0; in calculateLocalLiveness() local
778 ++NumIters; in calculateLocalLiveness()
822 NumIterations = NumIters; in calculateLocalLiveness()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1786 unsigned NumIters = RealTySize / TySize; in emitInterWarpCopyFunction() local
1787 if (NumIters == 0) in emitInterWarpCopyFunction()
1797 if (NumIters > 1) { in emitInterWarpCopyFunction()
1809 Bld.CreateICmpULT(Cnt, llvm::ConstantInt::get(CGM.IntTy, NumIters)); in emitInterWarpCopyFunction()
1832 if (NumIters > 1) in emitInterWarpCopyFunction()
1896 if (NumIters > 1) in emitInterWarpCopyFunction()
1911 if (NumIters > 1) { in emitInterWarpCopyFunction()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1871 unsigned NumIters = 0; in computeRegUnitWeights() local
1872 for (bool Changed = true; Changed; ++NumIters) { in computeRegUnitWeights()
1873 assert(NumIters <= NumNativeRegUnits && "Runaway register unit weights"); in computeRegUnitWeights()
1874 (void) NumIters; in computeRegUnitWeights()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp988 unsigned NumIters = Record.readInt(); in VisitOMPIteratorExpr() local
992 for (unsigned I = 0; I < NumIters; ++I) { in VisitOMPIteratorExpr()