Searched refs:PipeTy (Results 1 – 9 of 9) sorted by relevance
80 llvm::Type *&PipeTy) { in getPipeType() argument81 if (!PipeTy) in getPipeType()82 PipeTy = llvm::PointerType::get(llvm::StructType::create( in getPipeType()86 return PipeTy; in getPipeType()99 const PipeType *PipeTy = PipeArg->getType()->castAs<PipeType>(); in getPipeElemSize() local103 .getTypeSizeInChars(PipeTy->getElementType()) in getPipeElemSize()109 const PipeType *PipeTy = PipeArg->getType()->castAs<PipeType>(); in getPipeElemAlign() local113 .getTypeAlignInChars(PipeTy->getElementType()) in getPipeElemAlign()
52 llvm::Type *&PipeTy);
4424 const auto *PipeTy = E->getArg(0)->getType()->castAs<PipeType>(); in EmitBuiltinExpr() local4430 std::string(PipeTy->isReadOnly() ? "_ro" : "_wo"); in EmitBuiltinExpr()
70 if (!PipeTy){ in getPipeType()73 PipeTy = llvm::PointerType::get(llvm::StructType::create( in getPipeType()77 return PipeTy; in getPipeType()
35 llvm::Type *PipeTy; variable38 CGOpenCLRuntime(CodeGenModule &CGM) : CGM(CGM), PipeTy(nullptr) {} in CGOpenCLRuntime()
543 const PipeType *PipeTy = cast<PipeType>(Arg0->getType()); in checkOpenCLPipePacketType() local544 const QualType EltTy = PipeTy->getElementType(); in checkOpenCLPipePacketType()
8590 if(const PipeType *PipeTy = PT->getAs<PipeType>()) { in ActOnFunctionDeclarator() local8591 QualType ElemTy = PipeTy->getElementType(); in ActOnFunctionDeclarator()
1129 const PipeType *PipeTy = cast<PipeType>(Arg0->getType()); in checkOpenCLPipePacketType() local1130 const QualType EltTy = PipeTy->getElementType(); in checkOpenCLPipePacketType()
9855 if(const PipeType *PipeTy = PT->getAs<PipeType>()) { in ActOnFunctionDeclarator() local9856 QualType ElemTy = PipeTy->getElementType(); in ActOnFunctionDeclarator()