Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h408 std::unique_ptr<CodeGenFunction::OMPMapVars> MappedParams; member
H A DCGOpenMPRuntimeGPU.cpp1010 I->getSecond().MappedParams = in emitTeamsOutlinedFunction()
1081 I->getSecond().MappedParams->setVarAddr(CGF, VD, VarAddr.getAddress(CGF)); in emitGenericVarsProlog()
1115 I->getSecond().MappedParams->setVarAddr(CGF, cast<VarDecl>(VD), in emitGenericVarsProlog()
1118 I->getSecond().MappedParams->apply(CGF); in emitGenericVarsProlog()
1139 I->getSecond().MappedParams->restore(CGF); in emitGenericVarsEpilog()
3298 I->getSecond().MappedParams = in emitFunctionProlog()