diff options
| author | Peter Collingbourne <peter@pcc.me.uk> | 2011-10-06 18:29:37 +0000 |
|---|---|---|
| committer | Peter Collingbourne <peter@pcc.me.uk> | 2011-10-06 18:29:37 +0000 |
| commit | fe883422401d9b43229d36d40b909ed0e2183ff0 (patch) | |
| tree | 54c3964f52b71da47c225af723c6889c740fcd49 /clang/lib/CodeGen/CodeGenFunction.h | |
| parent | a54985ee903886b11ec8eb9d7e8630aa7759c639 (diff) | |
| download | bcm5719-llvm-fe883422401d9b43229d36d40b909ed0e2183ff0.tar.gz bcm5719-llvm-fe883422401d9b43229d36d40b909ed0e2183ff0.zip | |
CUDA: IR generation support for kernel call expressions
llvm-svn: 141300
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
| -rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 9a18d3367b6..e53ed30256c 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -2076,6 +2076,9 @@ public: const CXXMethodDecl *MD, ReturnValueSlot ReturnValue); + RValue EmitCUDAKernelCallExpr(const CUDAKernelCallExpr *E, + ReturnValueSlot ReturnValue); + RValue EmitBuiltinExpr(const FunctionDecl *FD, unsigned BuiltinID, const CallExpr *E); |

