Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h707 void emitIfClause(CodeGenFunction &CGF, const Expr *Cond,
H A DCGOpenMPRuntime.cpp1829 void CGOpenMPRuntime::emitIfClause(CodeGenFunction &CGF, const Expr *Cond, in emitIfClause() function in CGOpenMPRuntime
1933 emitIfClause(CGF, IfCond, ThenGen, ElseGen); in emitParallelCall()
4626 emitIfClause(CGF, IfCond, ThenCodeGen, ElseCodeGen); in emitTaskCall()
5791 emitIfClause(CGF, IfCond, ThenGen, in emitCancelCall()
9747 emitIfClause(CGF, IfCond, TargetThenGen, TargetElseGen); in emitTargetCall()
10516 emitIfClause(CGF, IfCond, TargetThenGen, in emitTargetDataStandAloneCall()
H A DCGStmtOpenMP.cpp2527 CGF.CGM.getOpenMPRuntime().emitIfClause(CGF, IfCond, ThenGen, ElseGen); in emitCommonSimdLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2109 void emitIfClause(Value *Cond, BodyGenCallbackTy ThenGen,
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6455 emitIfClause(IfCond, BeginThenGen, BeginElseGen, AllocaIP); in createTargetData()
6465 emitIfClause(IfCond, EndThenGen, EndElseGen, AllocaIP); in createTargetData()
6471 emitIfClause(IfCond, BeginThenGen, EndElseGen, AllocaIP); in createTargetData()
7626 void OpenMPIRBuilder::emitIfClause(Value *Cond, BodyGenCallbackTy ThenGen, in emitIfClause() function in OpenMPIRBuilder