Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.h339 Address getParameterAddress(CodeGenFunction &CGF, const VarDecl *NativeParam,
H A DCGOpenMPRuntime.h1539 virtual Address getParameterAddress(CodeGenFunction &CGF,
2148 Address getParameterAddress(CodeGenFunction &CGF, const VarDecl *NativeParam,
H A DCGOpenMPRuntimeNVPTX.cpp4006 CGOpenMPRuntimeNVPTX::getParameterAddress(CodeGenFunction &CGF, in getParameterAddress() function in CGOpenMPRuntimeNVPTX
H A DCGOpenMPRuntime.cpp9555 Address CGOpenMPRuntime::getParameterAddress(CodeGenFunction &CGF, in getParameterAddress() function in CGOpenMPRuntime
9855 CGOpenMPSIMDRuntime::getParameterAddress(CodeGenFunction &CGF, in getParameterAddress() function in CGOpenMPSIMDRuntime
H A DCGStmtOpenMP.cpp469 LocalAddr = CGM.getOpenMPRuntime().getParameterAddress(CGF, Args[Cnt], in emitOutlinedFunctionPrologue()