Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3543 NumIteratorsGen(CGF), CGF.SizeTy, /*isSigned=*/false); in emitScanBasedDirectiveDecls()
3595 NumIteratorsGen(CGF), CGF.SizeTy, /*isSigned=*/false); in emitScanBasedDirectiveFinals()
3662 NumIteratorsGen(CGF), CGF.SizeTy, /*isSigned=*/false); in emitScanBasedDirective()
3805 const auto &&NumIteratorsGen = [&S](CodeGenFunction &CGF) { in emitWorksharingDirective()
3829 emitScanBasedDirectiveDecls(CGF, S, NumIteratorsGen); in emitWorksharingDirective()
3832 emitScanBasedDirectiveFinals(CGF, S, NumIteratorsGen); in emitWorksharingDirective()
4407 const auto &&NumIteratorsGen = [&S](CodeGenFunction &CGF) { in EmitOMPParallelForDirective()
4419 emitScanBasedDirectiveDecls(*this, S, NumIteratorsGen); in EmitOMPParallelForDirective()
4425 emitScanBasedDirectiveFinals(*this, S, NumIteratorsGen); in EmitOMPParallelForDirective()
4453 emitScanBasedDirectiveDecls(*this, S, NumIteratorsGen); in EmitOMPParallelForSimdDirective()
[all …]