Searched refs:Shareds (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h171 ReductionCodeGen(ArrayRef<const Expr *> Shareds, ArrayRef<const Expr *> Origs,
596 /// \param Shareds Context with the list of shared variables from the \p
603 Address Shareds, const OMPTaskDataTy &Data);
1133 /// \param Shareds Context with the list of shared variables from the \p
1142 Address Shareds, const Expr *IfCond,
1168 /// \param Shareds Context with the list of shared variables from the \p
1177 QualType SharedsTy, Address Shareds,
1975 /// \param Shareds Context with the list of shared variables from the \p
1984 Address Shareds, const Expr *IfCond,
2010 /// \param Shareds Contex
[all...]
H A DCGStmtOpenMP.cpp1197 SmallVector<const Expr *, 4> Shareds;
1208 Shareds.append(C->varlist_begin(), C->varlist_end());
1223 ReductionCodeGen RedCG(Shareds, Shareds, Privates, ReductionOps);
1228 for (const Expr *IRef : Shareds) {
3544 SmallVector<const Expr *, 4> Shareds; local
3551 Shareds.append(C->varlist_begin(), C->varlist_end());
3561 ReductionCodeGen RedCG(Shareds, Shareds, Privates, ReductionOps);
3596 SmallVector<const Expr *, 4> Shareds; local
5401 SmallVector<const Expr *, 4> Shareds; local
[all...]
H A DCGOpenMPRuntime.cpp767 ReductionCodeGen::ReductionCodeGen(ArrayRef<const Expr *> Shareds, argument
771 ClausesData.reserve(Shareds.size());
772 SharedAddresses.reserve(Shareds.size());
773 Sizes.reserve(Shareds.size());
774 BaseDecls.reserve(Shareds.size());
778 for (const Expr *Ref : Shareds) {
3603 Address Shareds, const OMPTaskDataTy &Data) {
3937 LValue Src = CGF.MakeAddrLValue(Shareds, SharedsTy);
4497 QualType SharedsTy, Address Shareds,
4504 emitTaskInit(CGF, Loc, D, TaskFunction, SharedsTy, Shareds, Dat
3600 emitTaskInit(CodeGenFunction &CGF, SourceLocation Loc, const OMPExecutableDirective &D, llvm::Function *TaskFunction, QualType SharedsTy, Address Shareds, const OMPTaskDataTy &Data) argument
4494 emitTaskCall(CodeGenFunction &CGF, SourceLocation Loc, const OMPExecutableDirective &D, llvm::Function *TaskFunction, QualType SharedsTy, Address Shareds, const Expr *IfCond, const OMPTaskDataTy &Data) argument
4614 emitTaskLoopCall(CodeGenFunction &CGF, SourceLocation Loc, const OMPLoopDirective &D, llvm::Function *TaskFunction, QualType SharedsTy, Address Shareds, const Expr *IfCond, const OMPTaskDataTy &Data) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1763 Value *Shareds = StaleCI->getArgOperand(1);
1766 Builder.CreateMemCpy(TaskShareds, Alignment, Shareds, Alignment,
1870 LoadInst *Shareds = Builder.CreateLoad(VoidPtr, OutlinedFn.getArg(1));
1872 Shareds, [Shareds](Use &U) { return U.getUser() != Shareds; });

Completed in 125 milliseconds