Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
46 llvm::PointerType *CGOpenCLRuntime::getPointerType(const Type *T) { in getPointerType()
52 llvm::Type *CGOpenCLRuntime::getPipeType(const PipeType *T) { in getPipeType()
62 llvm::Type *CGOpenCLRuntime::getPipeType(const PipeType *T, StringRef Name, in getPipeType()
69 llvm::Type *CGOpenCLRuntime::getSamplerType(const Type *T) { in getSamplerType()
81 llvm::Value *CGOpenCLRuntime::getPipeElemSize(const Expr *PipeArg) { in getPipeElemSize()
91 llvm::Value *CGOpenCLRuntime::getPipeElemAlign(const Expr *PipeArg) { in getPipeElemAlign()
101 llvm::PointerType *CGOpenCLRuntime::getGenericVoidPointerType() { in getGenericVoidPointerType()
[all …]
H A DCodeGenModule.h93 class CGOpenCLRuntime; variable
374 std::unique_ptr<CGOpenCLRuntime> OpenCLRuntime;
722 CGOpenCLRuntime &getOpenCLRuntime() { in getOpenCLRuntime()
H A DCGBuiltin.cpp19 #include "CGOpenCLRuntime.h"
5746 CGOpenCLRuntime OpenCLRT(CGM); in EmitBuiltinExpr()
5814 CGOpenCLRuntime OpenCLRT(CGM); in EmitBuiltinExpr()
5853 CGOpenCLRuntime OpenCLRT(CGM); in EmitBuiltinExpr()
5879 CGOpenCLRuntime OpenCLRT(CGM); in EmitBuiltinExpr()
5943 // This should be fixed to query a signature from CGOpenCLRuntime, and go in EmitBuiltinExpr()
H A DCodeGenModule.cpp583 OpenCLRuntime.reset(new CGOpenCLRuntime(*this)); in createOpenCLRuntime()
/freebsd/lib/clang/libclang/
H A DMakefile305 SRCS_MIN+= CodeGen/CGOpenCLRuntime.cpp