Home
last modified time | relevance | path

Searched refs:MappedParams (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h430 std::unique_ptr<CodeGenFunction::OMPMapVars> MappedParams; member
H A DCGOpenMPRuntimeGPU.cpp1362 I->getSecond().MappedParams = in emitTeamsOutlinedFunction()
1433 I->getSecond().MappedParams->setVarAddr(CGF, VD, VarAddr.getAddress(CGF)); in emitGenericVarsProlog()
1467 I->getSecond().MappedParams->setVarAddr(CGF, cast<VarDecl>(VD), in emitGenericVarsProlog()
1470 I->getSecond().MappedParams->apply(CGF); in emitGenericVarsProlog()
1491 I->getSecond().MappedParams->restore(CGF); in emitGenericVarsEpilog()
3650 I->getSecond().MappedParams = in emitFunctionProlog()