Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h358 void adjustTargetSpecificDataForLambdas(
H A DCGOpenMPRuntime.h1546 adjustTargetSpecificDataForLambdas(CodeGenFunction &CGF,
H A DCGStmtOpenMP.cpp2570 CGF.CGM.getOpenMPRuntime().adjustTargetSpecificDataForLambdas(CGF, S); in emitOMPSimdRegion()
3346 CGM.getOpenMPRuntime().adjustTargetSpecificDataForLambdas(*this, S); in EmitOMPWorksharingLoop()
4062 CGF.CGM.getOpenMPRuntime().adjustTargetSpecificDataForLambdas(CGF, S); in EmitSections()
5643 CGM.getOpenMPRuntime().adjustTargetSpecificDataForLambdas(*this, S); in EmitOMPDistributeLoop()
6625 CGF.CGM.getOpenMPRuntime().adjustTargetSpecificDataForLambdas(CGF, S); in emitTargetRegion()
6708 CGF.CGM.getOpenMPRuntime().adjustTargetSpecificDataForLambdas(CGF, S); in emitTargetTeamsRegion()
7392 CGF.CGM.getOpenMPRuntime().adjustTargetSpecificDataForLambdas(CGF, S); in emitTargetParallelRegion()
H A DCGOpenMPRuntimeGPU.cpp3427 void CGOpenMPRuntimeGPU::adjustTargetSpecificDataForLambdas( in adjustTargetSpecificDataForLambdas() function in CGOpenMPRuntimeGPU
H A DCGOpenMPRuntime.cpp10451 void CGOpenMPRuntime::adjustTargetSpecificDataForLambdas( in adjustTargetSpecificDataForLambdas() function in CGOpenMPRuntime