OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CGCUDARuntime
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCUDARuntime.cpp
1
//===-----
CGCUDARuntime
.cpp - Interface to CUDA Runtimes -----------------===//
15
#include "
CGCUDARuntime
.h"
24
CGCUDARuntime
::~
CGCUDARuntime
() {}
26
RValue
CGCUDARuntime
::EmitCUDAKernelCallExpr(CodeGenFunction &CGF,
CGCUDARuntime.h
1
//===-----
CGCUDARuntime
.h - Interface to CUDA Runtimes ---------*- C++ -*-===//
41
class
CGCUDARuntime
{
76
CGCUDARuntime
(CodeGenModule &CGM) : CGM(CGM) {}
77
virtual ~
CGCUDARuntime
();
112
CGCUDARuntime
*CreateNVCUDARuntime(CodeGenModule &CGM);
CGCUDANV.cpp
14
#include "
CGCUDARuntime
.h"
35
class CGNVCUDARuntime : public
CGCUDARuntime
{
195
:
CGCUDARuntime
(CGM), Context(CGM.getLLVMContext()),
979
CGCUDARuntime
*CodeGen::CreateNVCUDARuntime(CodeGenModule &CGM) {
CodeGenModule.h
95
class
CGCUDARuntime
;
331
std::unique_ptr<
CGCUDARuntime
> CUDARuntime;
622
CGCUDARuntime
&getCUDARuntime() {
/src/external/apache2/llvm/lib/libclangCodeGen/
Makefile
18
CGCUDARuntime
.cpp \
Completed in 28 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026