Lines Matching refs:IfCond
2841 const Expr *IfCond) { in emitParallelCall() argument
2887 if (IfCond) { in emitParallelCall()
2888 emitOMPIfClause(CGF, IfCond, ThenGen, ElseGen); in emitParallelCall()
5042 const Expr *IfCond, in emitTaskCall() argument
5224 if (IfCond) { in emitTaskCall()
5225 emitOMPIfClause(CGF, IfCond, ThenCodeGen, ElseCodeGen); in emitTaskCall()
5236 const Expr *IfCond, in emitTaskLoopCall() argument
5250 if (IfCond) { in emitTaskLoopCall()
5251 IfVal = CGF.Builder.CreateIntCast(CGF.EvaluateExprAsBool(IfCond), CGF.IntTy, in emitTaskLoopCall()
6279 const Expr *IfCond, in emitCancelCall() argument
6310 if (IfCond) { in emitCancelCall()
6311 emitOMPIfClause(CGF, IfCond, ThenGen, in emitCancelCall()
8249 const Expr *IfCond, const Expr *Device) { in emitTargetCall() argument
8504 if (IfCond) { in emitTargetCall()
8505 emitOMPIfClause(CGF, IfCond, TargetThenGen, TargetElseGen); in emitTargetCall()
8889 CodeGenFunction &CGF, const OMPExecutableDirective &D, const Expr *IfCond, in emitTargetDataCalls() argument
8993 if (IfCond) { in emitTargetDataCalls()
8994 emitOMPIfClause(CGF, IfCond, BeginThenGen, BeginElseGen); in emitTargetDataCalls()
9007 if (IfCond) { in emitTargetDataCalls()
9008 emitOMPIfClause(CGF, IfCond, EndThenGen, EndElseGen); in emitTargetDataCalls()
9016 CodeGenFunction &CGF, const OMPExecutableDirective &D, const Expr *IfCond, in emitTargetDataStandAloneCall() argument
9157 if (IfCond) { in emitTargetDataStandAloneCall()
9158 emitOMPIfClause(CGF, IfCond, TargetThenGen, in emitTargetDataStandAloneCall()
9590 const Expr *IfCond) { in emitParallelCall() argument
9721 const Expr *IfCond, in emitTaskCall() argument
9729 const Expr *IfCond, const OMPTaskDataTy &Data) { in emitTaskLoopCall() argument
9774 SourceLocation Loc, const Expr *IfCond, in emitCancelCall() argument
9790 const Expr *IfCond, const Expr *Device) { in emitTargetCall() argument
9826 CodeGenFunction &CGF, const OMPExecutableDirective &D, const Expr *IfCond, in emitTargetDataCalls() argument
9832 CodeGenFunction &CGF, const OMPExecutableDirective &D, const Expr *IfCond, in emitTargetDataStandAloneCall() argument