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.h1519 virtual Address getParameterAddress(CodeGenFunction &CGF,
2283 Address getParameterAddress(CodeGenFunction &CGF, const VarDecl *NativeParam,
H A DCGOpenMPRuntimeGPU.cpp1797 CGOpenMPRuntimeGPU::getParameterAddress(CodeGenFunction &CGF, in getParameterAddress() function in CGOpenMPRuntimeGPU
H A DCGOpenMPRuntime.cpp11352 Address CGOpenMPRuntime::getParameterAddress(CodeGenFunction &CGF, in getParameterAddress() function in CGOpenMPRuntime
12327 CGOpenMPSIMDRuntime::getParameterAddress(CodeGenFunction &CGF, in getParameterAddress() function in CGOpenMPSIMDRuntime
H A DCGStmtOpenMP.cpp601 LocalAddr = CGM.getOpenMPRuntime().getParameterAddress(CGF, Args[Cnt], in emitOutlinedFunctionPrologue()