Lines Matching refs:NumIteratorsGen

3483     llvm::function_ref<llvm::Value *(CodeGenFunction &)> NumIteratorsGen) {  in emitScanBasedDirectiveDecls()  argument
3485 NumIteratorsGen(CGF), CGF.SizeTy, /*isSigned=*/false); in emitScanBasedDirectiveDecls()
3535 llvm::function_ref<llvm::Value *(CodeGenFunction &)> NumIteratorsGen) { in emitScanBasedDirectiveFinals() argument
3537 NumIteratorsGen(CGF), CGF.SizeTy, /*isSigned=*/false); in emitScanBasedDirectiveFinals()
3600 llvm::function_ref<llvm::Value *(CodeGenFunction &)> NumIteratorsGen, in emitScanBasedDirective() argument
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()
3772 emitScanBasedDirective(CGF, S, NumIteratorsGen, FirstGen, SecondGen); 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()
4381 const auto &&NumIteratorsGen = [&S](CodeGenFunction &CGF) { in EmitOMPParallelForSimdDirective()
4393 emitScanBasedDirectiveDecls(*this, S, NumIteratorsGen); in EmitOMPParallelForSimdDirective()
4399 emitScanBasedDirectiveFinals(*this, S, NumIteratorsGen); in EmitOMPParallelForSimdDirective()