Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h325 Address getParameterAddress(CodeGenFunction &CGF, const VarDecl *NativeParam,
H A DCGOpenMPRuntime.h1772 virtual Address getParameterAddress(CodeGenFunction &CGF,
2520 Address getParameterAddress(CodeGenFunction &CGF, const VarDecl *NativeParam,
H A DCGOpenMPRuntimeGPU.cpp3371 CGOpenMPRuntimeGPU::getParameterAddress(CodeGenFunction &CGF, in getParameterAddress() function in CGOpenMPRuntimeGPU
H A DCGOpenMPRuntime.cpp12117 Address CGOpenMPRuntime::getParameterAddress(CodeGenFunction &CGF, in getParameterAddress() function in CGOpenMPRuntime
13051 CGOpenMPSIMDRuntime::getParameterAddress(CodeGenFunction &CGF, in getParameterAddress() function in CGOpenMPSIMDRuntime
H A DCGStmtOpenMP.cpp535 LocalAddr = CGM.getOpenMPRuntime().getParameterAddress(CGF, Args[Cnt], in emitOutlinedFunctionPrologue()