Home
last modified time | relevance | path

Searched refs:CGOpenCLRuntime (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp26 CGOpenCLRuntime::~CGOpenCLRuntime() {} in ~CGOpenCLRuntime()
28 void CGOpenCLRuntime::EmitWorkGroupLocalVarDecl(CodeGenFunction &CGF, in EmitWorkGroupLocalVarDecl()
33 llvm::Type *CGOpenCLRuntime::convertOpenCLSpecificType(const Type *T) { in convertOpenCLSpecificType()
72 llvm::Type *CGOpenCLRuntime::getPipeType(const PipeType *T) { in getPipeType()
79 llvm::Type *CGOpenCLRuntime::getPipeType(const PipeType *T, StringRef Name, in getPipeType()
89 llvm::PointerType *CGOpenCLRuntime::getSamplerType(const Type *T) { in getSamplerType()
98 llvm::Value *CGOpenCLRuntime::getPipeElemSize(const Expr *PipeArg) { in getPipeElemSize()
108 llvm::Value *CGOpenCLRuntime::getPipeElemAlign(const Expr *PipeArg) { in getPipeElemAlign()
118 llvm::PointerType *CGOpenCLRuntime::getGenericVoidPointerType() { in getGenericVoidPointerType()
144 void CGOpenCLRuntime::recordBlockInfo(const BlockExpr *E, in recordBlockInfo()
[all …]
H A DCGOpenCLRuntime.h35 class CGOpenCLRuntime {
55 CGOpenCLRuntime(CodeGenModule &CGM) : CGM(CGM), in CGOpenCLRuntime() function
57 virtual ~CGOpenCLRuntime();
H A DCMakeLists.txt59 CGOpenCLRuntime.cpp
H A DCodeGenModule.h93 class CGOpenCLRuntime; variable
329 std::unique_ptr<CGOpenCLRuntime> OpenCLRuntime;
610 CGOpenCLRuntime &getOpenCLRuntime() { in getOpenCLRuntime()
H A DCGBuiltin.cpp4521 CGOpenCLRuntime OpenCLRT(CGM); in EmitBuiltinExpr()
4592 CGOpenCLRuntime OpenCLRT(CGM); in EmitBuiltinExpr()
4631 CGOpenCLRuntime OpenCLRT(CGM); in EmitBuiltinExpr()
4658 CGOpenCLRuntime OpenCLRT(CGM); in EmitBuiltinExpr()
H A DCodeGenModule.cpp236 OpenCLRuntime.reset(new CGOpenCLRuntime(*this)); in createOpenCLRuntime()
/netbsd-src/external/apache2/llvm/lib/libclangCodeGen/
H A DMakefile38 CGOpenCLRuntime.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/CodeGen/
H A DBUILD.gn65 "CGOpenCLRuntime.cpp",