Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.h467 std::unique_ptr<CodeGenFunction::OMPMapVars> MappedParams; member
DCGOpenMPRuntimeGPU.cpp1680 I->getSecond().MappedParams = in emitTeamsOutlinedFunction()
1960 I->getSecond().MappedParams->setVarAddr(CGF, VD, in emitGenericVarsProlog()
1994 I->getSecond().MappedParams->setVarAddr(CGF, cast<VarDecl>(VD), in emitGenericVarsProlog()
1998 I->getSecond().MappedParams->apply(CGF); in emitGenericVarsProlog()
2009 I->getSecond().MappedParams->restore(CGF); in emitGenericVarsEpilog()
4348 I->getSecond().MappedParams = in emitFunctionProlog()