Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3485 NumIteratorsGen(CGF), CGF.SizeTy, /*isSigned=*/false); in emitScanBasedDirectiveDecls()
3537 NumIteratorsGen(CGF), CGF.SizeTy, /*isSigned=*/false); in emitScanBasedDirectiveFinals()
3604 NumIteratorsGen(CGF), CGF.SizeTy, /*isSigned=*/false); in emitScanBasedDirective()
3747 const auto &&NumIteratorsGen = [&S](CodeGenFunction &CGF) { in emitWorksharingDirective()
3771 emitScanBasedDirectiveDecls(CGF, S, NumIteratorsGen); in emitWorksharingDirective()
3774 emitScanBasedDirectiveFinals(CGF, S, NumIteratorsGen); in emitWorksharingDirective()
4348 const auto &&NumIteratorsGen = [&S](CodeGenFunction &CGF) { in EmitOMPParallelForDirective()
4360 emitScanBasedDirectiveDecls(*this, S, NumIteratorsGen); in EmitOMPParallelForDirective()
4366 emitScanBasedDirectiveFinals(*this, S, NumIteratorsGen); in EmitOMPParallelForDirective()
4393 emitScanBasedDirectiveDecls(*this, S, NumIteratorsGen); in EmitOMPParallelForSimdDirective()
[all …]