/external/llvm-project/clang/lib/AST/ |
D | OpenMPClause.cpp | 692 void OMPReductionClause::setPrivates(ArrayRef<Expr *> Privates) { in setPrivates() 750 ArrayRef<Expr *> Privates, ArrayRef<Expr *> LHSExprs, in Create() 791 void OMPTaskReductionClause::setPrivates(ArrayRef<Expr *> Privates) { in setPrivates() 822 ArrayRef<Expr *> Privates, ArrayRef<Expr *> LHSExprs, in Create() 844 void OMPInReductionClause::setPrivates(ArrayRef<Expr *> Privates) { in setPrivates() 884 ArrayRef<Expr *> Privates, ArrayRef<Expr *> LHSExprs, in Create()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntimeGPU.cpp | 2603 ArrayRef<const Expr *> Privates, Address SrcBase, Address DestBase, in emitReductionListCopy() 2810 ArrayRef<const Expr *> Privates, in emitInterWarpCopyFunction() 3108 CodeGenModule &CGM, ArrayRef<const Expr *> Privates, in emitShuffleAndReduceFunction() 3270 CodeGenModule &CGM, ArrayRef<const Expr *> Privates, in emitListToGlobalCopyFunction() 3377 CodeGenModule &CGM, ArrayRef<const Expr *> Privates, in emitListToGlobalReduceFunction() 3473 CodeGenModule &CGM, ArrayRef<const Expr *> Privates, in emitGlobalToListCopyFunction() 3581 CodeGenModule &CGM, ArrayRef<const Expr *> Privates, in emitGlobalToListReduceFunction() 3913 CodeGenFunction &CGF, SourceLocation Loc, ArrayRef<const Expr *> Privates, in emitReduction()
|
D | CGOpenMPRuntime.cpp | 782 ArrayRef<const Expr *> Privates, in ReductionCodeGen() 3407 createPrivatesRecordDecl(CodeGenModule &CGM, ArrayRef<PrivateDataTy> Privates) { in createPrivatesRecordDecl() 3488 ArrayRef<PrivateDataTy> Privates) { in createKmpTaskTWithPrivatesRecordDecl() 3680 ArrayRef<PrivateDataTy> Privates) { in emitTaskPrivateMappingFunction() 3783 ArrayRef<PrivateDataTy> Privates, bool ForDup) { in emitPrivatesInit() 3900 ArrayRef<PrivateDataTy> Privates) { in checkInitIsRequired() 3933 ArrayRef<PrivateDataTy> Privates, bool WithLastIter) { in emitTaskDupFunction() 3999 ArrayRef<PrivateDataTy> Privates) { in checkDestructorsRequired() 4145 llvm::SmallVector<PrivateDataTy, 4> Privates; in emitTaskInit() local 5369 SourceLocation Loc, llvm::Type *ArgsType, ArrayRef<const Expr *> Privates, in emitReductionFunction() [all …]
|
D | CGStmtOpenMP.cpp | 1178 SmallVector<const Expr *, 4> Privates; in EmitOMPReductionClauseInit() local 1396 llvm::SmallVector<const Expr *, 8> Privates; in EmitOMPReductionClauseFinal() local 3161 SmallVector<const Expr *, 4> Privates; in emitScanBasedDirective() local 4419 SmallVector<const Expr *, 4> Privates; in EmitOMPScanDirective() local 6385 CodeGenFunction::OMPPrivateScope &Privates) { in mapParam()
|
/external/clang/lib/AST/ |
D | OpenMPClause.cpp | 451 void OMPReductionClause::setPrivates(ArrayRef<Expr *> Privates) { in setPrivates() 482 ArrayRef<Expr *> Privates, ArrayRef<Expr *> LHSExprs, in Create()
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 3164 createPrivatesRecordDecl(CodeGenModule &CGM, ArrayRef<PrivateDataTy> Privates) { in createPrivatesRecordDecl() 3236 ArrayRef<PrivateDataTy> Privates) { in createKmpTaskTWithPrivatesRecordDecl() 3420 ArrayRef<PrivateDataTy> Privates) { in emitTaskPrivateMappingFunction() 3505 ArrayRef<PrivateDataTy> Privates, bool ForDup) { in emitPrivatesInit() 3578 ArrayRef<PrivateDataTy> Privates) { in checkInitIsRequired() 3607 ArrayRef<PrivateDataTy> Privates, bool WithLastIter) { in emitTaskDupFunction() 3687 llvm::SmallVector<PrivateDataTy, 4> Privates; in emitTaskInit() local 4223 ArrayRef<const Expr *> Privates, in emitReductionFunction() 4329 ArrayRef<const Expr *> Privates, in emitReduction()
|
D | CGStmtOpenMP.cpp | 1141 llvm::SmallVector<const Expr *, 8> Privates; in EmitOMPReductionClauseFinal() local 3469 CodeGenFunction::OMPPrivateScope &Privates) { in mapParam()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 9081 SmallVector<Expr *, 8> Privates; in ActOnOpenMPReductionClause() local 9610 SmallVector<Expr *, 8> Privates; in ActOnOpenMPLinearClause() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 14812 SmallVector<Expr *, 8> Privates; member 15801 SmallVector<Expr *, 8> Privates; in ActOnOpenMPLinearClause() local
|