Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h383 std::unique_ptr<CodeGenFunction::OMPMapVars> MappedParams; member
H A DCGOpenMPRuntimeGPU.cpp1037 I->getSecond().MappedParams = in emitTeamsOutlinedFunction()
1106 I->getSecond().MappedParams->setVarAddr(CGF, VD, VarAddr.getAddress(CGF)); in emitGenericVarsProlog()
1120 I->getSecond().MappedParams->setVarAddr(CGF, VD, Base.getAddress(CGF)); in emitGenericVarsProlog()
1122 I->getSecond().MappedParams->apply(CGF); in emitGenericVarsProlog()
1188 I->getSecond().MappedParams->restore(CGF); in emitGenericVarsEpilog()
3223 I->getSecond().MappedParams = in emitFunctionProlog()