Searched defs:Privates (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 1523 ArrayRef<const Expr *> Privates, Address SrcBase, Address DestBase, in emitReductionListCopy() 1740 ArrayRef<const Expr *> Privates, in emitInterWarpCopyFunction() 2044 CodeGenModule &CGM, ArrayRef<const Expr *> Privates, in emitShuffleAndReduceFunction() 2202 CodeGenModule &CGM, ArrayRef<const Expr *> Privates, in emitListToGlobalCopyFunction() 2314 CodeGenModule &CGM, ArrayRef<const Expr *> Privates, in emitListToGlobalReduceFunction() 2411 CodeGenModule &CGM, ArrayRef<const Expr *> Privates, in emitGlobalToListCopyFunction() 2524 CodeGenModule &CGM, ArrayRef<const Expr *> Privates, in emitGlobalToListReduceFunction() 2857 CodeGenFunction &CGF, SourceLocation Loc, ArrayRef<const Expr *> Privates, in emitReduction()
|
H A D | CGOpenMPRuntime.cpp | 795 ArrayRef<const Expr *> Privates, in ReductionCodeGen() 3073 createPrivatesRecordDecl(CodeGenModule &CGM, ArrayRef<PrivateDataTy> Privates) { in createPrivatesRecordDecl() 3154 ArrayRef<PrivateDataTy> Privates) { in createKmpTaskTWithPrivatesRecordDecl() 3346 ArrayRef<PrivateDataTy> Privates) { in emitTaskPrivateMappingFunction() 3449 ArrayRef<PrivateDataTy> Privates, bool ForDup) { in emitPrivatesInit() 3564 ArrayRef<PrivateDataTy> Privates) { in checkInitIsRequired() 3597 ArrayRef<PrivateDataTy> Privates, bool WithLastIter) { in emitTaskDupFunction() 3663 ArrayRef<PrivateDataTy> Privates) { in checkDestructorsRequired() 3807 llvm::SmallVector<PrivateDataTy, 4> Privates; in emitTaskInit() local 5009 ArrayRef<const Expr *> Privates, ArrayRef<const Expr *> LHSExprs, in emitReductionFunction() [all …]
|
H A D | CGStmtOpenMP.cpp | 1202 SmallVector<const Expr *, 4> Privates; in EmitOMPReductionClauseInit() local 1414 llvm::SmallVector<const Expr *, 8> Privates; in EmitOMPReductionClauseFinal() local 3545 SmallVector<const Expr *, 4> Privates; in emitScanBasedDirectiveDecls() local 3599 SmallVector<const Expr *, 4> Privates; in emitScanBasedDirectiveFinals() local 3663 SmallVector<const Expr *, 4> Privates; in emitScanBasedDirective() local 5368 SmallVector<const Expr *, 4> Privates; in EmitOMPScanDirective() local 7507 CodeGenFunction::OMPPrivateScope &Privates) { in mapParam()
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 735 void OMPReductionClause::setPrivates(ArrayRef<Expr *> Privates) { in setPrivates() 793 ArrayRef<Expr *> Privates, ArrayRef<Expr *> LHSExprs, in Create() 834 void OMPTaskReductionClause::setPrivates(ArrayRef<Expr *> Privates) { in setPrivates() 865 ArrayRef<Expr *> Privates, ArrayRef<Expr *> LHSExprs, in Create() 887 void OMPInReductionClause::setPrivates(ArrayRef<Expr *> Privates) { in setPrivates() 927 ArrayRef<Expr *> Privates, ArrayRef<Expr *> LHSExprs, in Create()
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 18912 SmallVector<Expr *, 8> Privates; member 19923 SmallVector<Expr *, 8> Privates; in ActOnOpenMPLinearClause() local
|