Home
last modified time | relevance | path

Searched refs:getPipeType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp765 ResultType = CGM.getOpenCLRuntime().getPipeType(cast<PipeType>(Ty)); in ConvertType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td980 return ctx.getPipeType(elementType, isReadOnly);
H A DASTContext.h1272 QualType getPipeType(QualType T, bool ReadOnly) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp2690 static SPIRVType *getPipeType(const TargetExtType *ExtensionType, in getPipeType() function
2836 TargetType = getPipeType(BuiltinType, MIRBuilder, GR); in lowerBuiltinType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4924 QualType ASTContext::getPipeType(QualType T, bool ReadOnly) const { in getPipeType() function in ASTContext
4936 Canonical = getPipeType(getCanonicalType(T), ReadOnly); in getPipeType()
4956 return getPipeType(T, true); in getReadPipeType()
4960 return getPipeType(T, false); in getWritePipeType()