Lines Matching refs:NumTeams
6024 const Expr *NumTeams = in getNumTeamsExprForTargetDirective() local
6026 if (NumTeams->isIntegerConstantExpr(CGF.getContext())) in getNumTeamsExprForTargetDirective()
6028 NumTeams->getIntegerConstantExpr(CGF.getContext())) in getNumTeamsExprForTargetDirective()
6030 return NumTeams; in getNumTeamsExprForTargetDirective()
6054 const Expr *NumTeams = in getNumTeamsExprForTargetDirective() local
6056 if (NumTeams->isIntegerConstantExpr(CGF.getContext())) in getNumTeamsExprForTargetDirective()
6057 if (auto Constant = NumTeams->getIntegerConstantExpr(CGF.getContext())) in getNumTeamsExprForTargetDirective()
6059 return NumTeams; in getNumTeamsExprForTargetDirective()
6145 const Expr *NumTeams = in emitNumTeamsForTargetDirective() local
6147 if (NumTeams != nullptr) { in emitNumTeamsForTargetDirective()
6155 llvm::Value *NumTeamsVal = CGF.EmitScalarExpr(NumTeams, in emitNumTeamsForTargetDirective()
6166 llvm::Value *NumTeamsVal = CGF.EmitScalarExpr(NumTeams, in emitNumTeamsForTargetDirective()
9574 llvm::Value *NumTeams = OMPRuntime->emitNumTeamsForTargetDirective(CGF, D); in emitTargetCallKernelLaunch() local
9589 NumTargetItems, RTArgs, NumIterations, NumTeams, NumThreads, in emitTargetCallKernelLaunch()
10167 const Expr *NumTeams, in emitNumTeamsClause() argument
10176 NumTeams in emitNumTeamsClause()
10177 ? CGF.Builder.CreateIntCast(CGF.EmitScalarExpr(NumTeams), in emitNumTeamsClause()
12185 const Expr *NumTeams, in emitNumTeamsClause() argument