Lines Matching refs:CGOpenCLRuntime
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()
127 void CGOpenCLRuntime::recordBlockInfo(const BlockExpr *E, in recordBlockInfo()
140 llvm::Function *CGOpenCLRuntime::getInvokeFunction(const Expr *E) { in getInvokeFunction()
144 CGOpenCLRuntime::EnqueuedBlockInfo
145 CGOpenCLRuntime::emitOpenCLEnqueuedBlock(CodeGenFunction &CGF, const Expr *E) { in emitOpenCLEnqueuedBlock()