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()
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()
156 llvm::Function *CGOpenCLRuntime::getInvokeFunction(const Expr *E) { in getInvokeFunction()
160 CGOpenCLRuntime::EnqueuedBlockInfo
161 CGOpenCLRuntime::emitOpenCLEnqueuedBlock(CodeGenFunction &CGF, const Expr *E) { in emitOpenCLEnqueuedBlock()