Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h380 std::unique_ptr<CodeGenFunction::OMPMapVars> MappedParams; member
H A DCGOpenMPRuntimeGPU.cpp1017 I->getSecond().MappedParams = in emitTeamsOutlinedFunction()
1087 I->getSecond().MappedParams->setVarAddr(CGF, VD, VarAddr.getAddress()); in emitGenericVarsProlog()
1101 I->getSecond().MappedParams->setVarAddr(CGF, VD, Base.getAddress()); in emitGenericVarsProlog()
1103 I->getSecond().MappedParams->apply(CGF); in emitGenericVarsProlog()
1169 I->getSecond().MappedParams->restore(CGF); in emitGenericVarsEpilog()
2017 I->getSecond().MappedParams = in emitFunctionProlog()