Searched defs:Privates (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 711 void OMPReductionClause::setPrivates(ArrayRef<Expr *> Privates) { in setPrivates() 769 ArrayRef<Expr *> Privates, ArrayRef<Expr *> LHSExprs, in Create() 810 void OMPTaskReductionClause::setPrivates(ArrayRef<Expr *> Privates) { in setPrivates() 841 ArrayRef<Expr *> Privates, ArrayRef<Expr *> LHSExprs, in Create() 863 void OMPInReductionClause::setPrivates(ArrayRef<Expr *> Privates) { in setPrivates() 903 ArrayRef<Expr *> Privates, ArrayRef<Expr *> LHSExprs, in Create()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 2430 ArrayRef<const Expr *> Privates, Address SrcBase, Address DestBase, in emitReductionListCopy() 2637 ArrayRef<const Expr *> Privates, in emitInterWarpCopyFunction() 2936 CodeGenModule &CGM, ArrayRef<const Expr *> Privates, in emitShuffleAndReduceFunction() 3093 CodeGenModule &CGM, ArrayRef<const Expr *> Privates, in emitListToGlobalCopyFunction() 3201 CodeGenModule &CGM, ArrayRef<const Expr *> Privates, in emitListToGlobalReduceFunction() 3298 CodeGenModule &CGM, ArrayRef<const Expr *> Privates, in emitGlobalToListCopyFunction() 3407 CodeGenModule &CGM, ArrayRef<const Expr *> Privates, in emitGlobalToListReduceFunction() 3740 CodeGenFunction &CGF, SourceLocation Loc, ArrayRef<const Expr *> Privates, in emitReduction()
|
H A D | CGOpenMPRuntime.cpp | 793 ArrayRef<const Expr *> Privates, in ReductionCodeGen() 3452 createPrivatesRecordDecl(CodeGenModule &CGM, ArrayRef<PrivateDataTy> Privates) { in createPrivatesRecordDecl() 3533 ArrayRef<PrivateDataTy> Privates) { in createKmpTaskTWithPrivatesRecordDecl() 3725 ArrayRef<PrivateDataTy> Privates) { in emitTaskPrivateMappingFunction() 3828 ArrayRef<PrivateDataTy> Privates, bool ForDup) { in emitPrivatesInit() 3945 ArrayRef<PrivateDataTy> Privates) { in checkInitIsRequired() 3978 ArrayRef<PrivateDataTy> Privates, bool WithLastIter) { in emitTaskDupFunction() 4044 ArrayRef<PrivateDataTy> Privates) { in checkDestructorsRequired() 4190 llvm::SmallVector<PrivateDataTy, 4> Privates; in emitTaskInit() local 5414 SourceLocation Loc, llvm::Type *ArgsType, ArrayRef<const Expr *> Privates, in emitReductionFunction() [all …]
|
H A D | CGStmtOpenMP.cpp | 1201 SmallVector<const Expr *, 4> Privates; in EmitOMPReductionClauseInit() local 1419 llvm::SmallVector<const Expr *, 8> Privates; in EmitOMPReductionClauseFinal() local 3324 SmallVector<const Expr *, 4> Privates; in emitScanBasedDirectiveDecls() local 3391 SmallVector<const Expr *, 4> Privates; in emitScanBasedDirective() local 4841 SmallVector<const Expr *, 4> Privates; in EmitOMPScanDirective() local 6818 CodeGenFunction::OMPPrivateScope &Privates) { in mapParam()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 16175 SmallVector<Expr *, 8> Privates; member 17188 SmallVector<Expr *, 8> Privates; in ActOnOpenMPLinearClause() local
|