Searched refs:CGOpenCLRuntime (Results 1 – 5 of 5) sorted by relevance
26 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 …]
93 class CGOpenCLRuntime; variable374 std::unique_ptr<CGOpenCLRuntime> OpenCLRuntime;722 CGOpenCLRuntime &getOpenCLRuntime() { in getOpenCLRuntime()
19 #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()
583 OpenCLRuntime.reset(new CGOpenCLRuntime(*this)); in createOpenCLRuntime()
305 SRCS_MIN+= CodeGen/CGOpenCLRuntime.cpp