Home
last modified time | relevance | path

Searched refs:getParameterAddress (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h292 Address getParameterAddress(CodeGenFunction &CGF, const VarDecl *NativeParam,
H A DCGOpenMPRuntime.h1525 virtual Address getParameterAddress(CodeGenFunction &CGF,
2289 Address getParameterAddress(CodeGenFunction &CGF, const VarDecl *NativeParam,
H A DCGOpenMPRuntimeGPU.cpp1798 CGOpenMPRuntimeGPU::getParameterAddress(CodeGenFunction &CGF, in getParameterAddress() function in CGOpenMPRuntimeGPU
H A DCGOpenMPRuntime.cpp11285 Address CGOpenMPRuntime::getParameterAddress(CodeGenFunction &CGF, in getParameterAddress() function in CGOpenMPRuntime
12262 CGOpenMPSIMDRuntime::getParameterAddress(CodeGenFunction &CGF, in getParameterAddress() function in CGOpenMPSIMDRuntime
H A DCGStmtOpenMP.cpp571 LocalAddr = CGM.getOpenMPRuntime().getParameterAddress(CGF, Args[Cnt], in emitOutlinedFunctionPrologue()