Searched refs:getPipeType (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGOpenCLRuntime.cpp | 77 llvm::Type *CGOpenCLRuntime::getPipeType(const PipeType *T) { in getPipeType() function in CGOpenCLRuntime 79 return getPipeType(T, "opencl.pipe_ro_t", PipeROTy); in getPipeType() 81 return getPipeType(T, "opencl.pipe_wo_t", PipeWOTy); in getPipeType() 84 llvm::Type *CGOpenCLRuntime::getPipeType(const PipeType *T, StringRef Name, in getPipeType() function in CGOpenCLRuntime
|
| H A D | CGOpenCLRuntime.h | 54 virtual llvm::Type *getPipeType(const PipeType *T, StringRef Name, 71 virtual llvm::Type *getPipeType(const PipeType *T);
|
| H A D | CodeGenTypes.cpp | 816 ResultType = CGM.getOpenCLRuntime().getPipeType(cast<PipeType>(Ty)); in ConvertType()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 907 return ctx.getPipeType(elementType, isReadOnly);
|
| H A D | ASTContext.h | 1240 QualType getPipeType(QualType T, bool ReadOnly) const;
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTContext.cpp | 4493 QualType ASTContext::getPipeType(QualType T, bool ReadOnly) const { in getPipeType() function in ASTContext 4505 Canonical = getPipeType(getCanonicalType(T), ReadOnly); in getPipeType() 4525 return getPipeType(T, true); in getReadPipeType() 4529 return getPipeType(T, false); in getWritePipeType()
|