Home
last modified time | relevance | path

Searched defs:PipeTy (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp53 if (llvm::Type *PipeTy = CGM.getTargetCodeGenInfo().getOpenCLType(CGM, T)) in getPipeType() local
63 llvm::Type *&PipeTy) { in getPipeType()
82 const PipeType *PipeTy = PipeArg->getType()->castAs<PipeType>(); in getPipeElemSize() local
92 const PipeType *PipeTy = PipeArg->getType()->castAs<PipeType>(); in getPipeElemAlign() local
H A DCGBuiltin.cpp5578 const auto *PipeTy = E->getArg(0)->getType()->castAs<PipeType>(); EmitBuiltinExpr() local
/llvm-project/clang/lib/CodeGen/Targets/
H A DSPIR.cpp178 if (auto *PipeTy = dyn_cast<PipeType>(Ty)) getOpenCLType() local
/llvm-project/clang/lib/Sema/
H A DSemaOpenCL.cpp417 const PipeType *PipeTy = cast<PipeType>(Arg0->getType()); in checkPipePacketType() local
H A DSemaDecl.cpp10765 if(const PipeType *PipeTy = PT->getAs<PipeType>()) { ActOnFunctionDeclarator() local