Searched refs:CGOpenCLRuntime (Results 1 – 6 of 6) 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 …]
36 class CGOpenCLRuntime {58 CGOpenCLRuntime(CodeGenModule &CGM) : CGM(CGM), in CGOpenCLRuntime() function60 virtual ~CGOpenCLRuntime();
92 class CGOpenCLRuntime; variable329 std::unique_ptr<CGOpenCLRuntime> OpenCLRuntime;660 CGOpenCLRuntime &getOpenCLRuntime() { in getOpenCLRuntime()
5541 CGOpenCLRuntime OpenCLRT(CGM); in EmitBuiltinExpr()5611 CGOpenCLRuntime OpenCLRT(CGM); in EmitBuiltinExpr()5650 CGOpenCLRuntime OpenCLRT(CGM); in EmitBuiltinExpr()5677 CGOpenCLRuntime OpenCLRT(CGM); in EmitBuiltinExpr()
478 OpenCLRuntime.reset(new CGOpenCLRuntime(*this)); in createOpenCLRuntime()
314 SRCS_MIN+= CodeGen/CGOpenCLRuntime.cpp