Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h351 Address getParameterAddress(CodeGenFunction &CGF, const VarDecl *NativeParam,
H A DCGOpenMPRuntime.h1752 virtual Address getParameterAddress(CodeGenFunction &CGF,
2500 Address getParameterAddress(CodeGenFunction &CGF, const VarDecl *NativeParam,
H A DCGOpenMPRuntimeGPU.cpp3961 CGOpenMPRuntimeGPU::getParameterAddress(CodeGenFunction &CGF, in getParameterAddress() function in CGOpenMPRuntimeGPU
H A DCGOpenMPRuntime.cpp11957 Address CGOpenMPRuntime::getParameterAddress(CodeGenFunction &CGF, in getParameterAddress() function in CGOpenMPRuntime
12890 CGOpenMPSIMDRuntime::getParameterAddress(CodeGenFunction &CGF, in getParameterAddress() function in CGOpenMPSIMDRuntime
H A DCGStmtOpenMP.cpp529 LocalAddr = CGM.getOpenMPRuntime().getParameterAddress(CGF, Args[Cnt], in emitOutlinedFunctionPrologue()