Lines Matching refs:NumIteratorsGen

3587     llvm::function_ref<llvm::Value *(CodeGenFunction &)> NumIteratorsGen) {  in emitScanBasedDirectiveDecls()  argument
3589 NumIteratorsGen(CGF), CGF.SizeTy, /*isSigned=*/false); in emitScanBasedDirectiveDecls()
3639 llvm::function_ref<llvm::Value *(CodeGenFunction &)> NumIteratorsGen) { in emitScanBasedDirectiveFinals() argument
3641 NumIteratorsGen(CGF), CGF.SizeTy, /*isSigned=*/false); in emitScanBasedDirectiveFinals()
3703 llvm::function_ref<llvm::Value *(CodeGenFunction &)> NumIteratorsGen, in emitScanBasedDirective() argument
3707 NumIteratorsGen(CGF), CGF.SizeTy, /*isSigned=*/false); in emitScanBasedDirective()
3850 const auto &&NumIteratorsGen = [&S](CodeGenFunction &CGF) { in emitWorksharingDirective()
3874 emitScanBasedDirectiveDecls(CGF, S, NumIteratorsGen); in emitWorksharingDirective()
3875 emitScanBasedDirective(CGF, S, NumIteratorsGen, FirstGen, SecondGen); in emitWorksharingDirective()
3877 emitScanBasedDirectiveFinals(CGF, S, NumIteratorsGen); in emitWorksharingDirective()
4452 const auto &&NumIteratorsGen = [&S](CodeGenFunction &CGF) { in EmitOMPParallelForDirective()
4464 emitScanBasedDirectiveDecls(*this, S, NumIteratorsGen); in EmitOMPParallelForDirective()
4470 emitScanBasedDirectiveFinals(*this, S, NumIteratorsGen); in EmitOMPParallelForDirective()
4486 const auto &&NumIteratorsGen = [&S](CodeGenFunction &CGF) { in EmitOMPParallelForSimdDirective()
4498 emitScanBasedDirectiveDecls(*this, S, NumIteratorsGen); in EmitOMPParallelForSimdDirective()
4504 emitScanBasedDirectiveFinals(*this, S, NumIteratorsGen); in EmitOMPParallelForSimdDirective()