Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:OutlinedFn

1552   llvm::Function *OutlinedFn =
1585 CGF.CGM.getOpenMPRuntime().emitParallelCall(CGF, S.getBeginLoc(), OutlinedFn,
4544 llvm::Function *OutlinedFn = CGM.getOpenMPRuntime().emitTaskOutlinedFunction(
4550 TaskGen(*this, OutlinedFn, Data);
4709 llvm::Function *OutlinedFn = CGM.getOpenMPRuntime().emitTaskOutlinedFunction(
4717 CGM.getOpenMPRuntime().emitTaskCall(*this, S.getBeginLoc(), S, OutlinedFn,
4742 IfCond](CodeGenFunction &CGF, llvm::Function *OutlinedFn,
4744 CGF.CGM.getOpenMPRuntime().emitTaskCall(CGF, S.getBeginLoc(), S, OutlinedFn,
5302 llvm::Function *OutlinedFn =
5305 OutlinedFn, CapturedVars);
6016 llvm::Function *OutlinedFn =
6033 CGF.CGM.getOpenMPRuntime().emitTeamsCall(CGF, S, S.getBeginLoc(), OutlinedFn,
6958 IfCond](CodeGenFunction &CGF, llvm::Function *OutlinedFn,
6960 auto &&CodeGen = [&S, OutlinedFn, SharedsTy, CapturedStruct, IfCond,
6964 OutlinedFn, SharedsTy,