Home
last modified time | relevance | path

Searched refs:ThenGen (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenMPRuntime.cpp3051 const RegionCodeGenTy &ThenGen, in emitIfClause() argument
3060 ThenGen(CGF); in emitIfClause()
3075 ThenGen(CGF); in emitIfClause()
3096 auto &&ThenGen = [OutlinedFn, CapturedVars, RTLoc](CodeGenFunction &CGF, in emitParallelCall()
3142 emitIfClause(CGF, IfCond, ThenGen, ElseGen); in emitParallelCall()
3144 RegionCodeGenTy ThenRCG(ThenGen); in emitParallelCall()
6412 auto &&ThenGen = [Loc, CancelRegion, OMPRegionInfo](CodeGenFunction &CGF, in emitCancelCall()
6436 emitIfClause(CGF, IfCond, ThenGen, in emitCancelCall()
6439 RegionCodeGenTy ThenRCG(ThenGen); in emitCancelCall()
9176 auto &&ThenGen = [this, Device, OutlinedFn, OutlinedFnID, &D, &InputInfo, in emitTargetCall()
[all …]
HDCGOpenMPRuntime.h843 const RegionCodeGenTy &ThenGen,
HDCGStmtOpenMP.cpp1905 auto &&ThenGen = [&S, &SimdInitGen, &BodyCodeGen](CodeGenFunction &CGF, in emitCommonSimdLoop()
1929 CGF.CGM.getOpenMPRuntime().emitIfClause(CGF, IfCond, ThenGen, ElseGen); in emitCommonSimdLoop()
1931 RegionCodeGenTy ThenRCG(ThenGen); in emitCommonSimdLoop()