| /external/clang/lib/AST/ |
| D | OpenMPClause.cpp | 177 OMPPrivateClause *Clause = in Create() local 208 OMPFirstprivateClause *Clause = in Create() local 257 OMPLastprivateClause *Clause = in Create() local 280 OMPSharedClause *Clause = in Create() local 324 OMPLinearClause *Clause = new (Mem) OMPLinearClause( in Create() local 355 OMPAlignedClause *Clause = new (Mem) in Create() local 395 OMPCopyinClause *Clause = in Create() local 436 OMPCopyprivateClause *Clause = in Create() local 486 OMPReductionClause *Clause = new (Mem) OMPReductionClause( in Create() local 510 OMPFlushClause *Clause = in Create() local [all …]
|
| /external/llvm-project/clang/lib/AST/ |
| D | OpenMPClause.cpp | 310 auto *Clause = in Create() local 322 auto *Clause = new (Mem) OMPOrderedClause(NumLoops); in CreateEmpty() local 368 auto *Clause = in Create() local 383 auto *Clause = new (Mem) OMPUpdateClause(/*IsExtended=*/true); in CreateEmpty() local 400 OMPPrivateClause *Clause = in Create() local 431 OMPFirstprivateClause *Clause = in Create() local 481 OMPLastprivateClause *Clause = new (Mem) OMPLastprivateClause( in Create() local 504 OMPSharedClause *Clause = in Create() local 556 OMPLinearClause *Clause = new (Mem) OMPLinearClause( in Create() local 596 OMPAlignedClause *Clause = new (Mem) in Create() local [all …]
|
| D | StmtPrinter.cpp | 643 for (auto *Clause : Clauses) in PrintOMPExecutableDirective() local
|
| /external/rust/cxx/syntax/ |
| D | trivial.rs | 211 enum Clause<'a> { in as_what() enum 224 impl<'a> Clause<'a> { in as_what() implementation
|
| /external/llvm-project/clang-tools-extra/clang-tidy/openmp/ |
| D | UseDefaultNoneCheck.cpp | 40 if (const auto *Clause = Result.Nodes.getNodeAs<OMPDefaultClause>("clause")) { in check() local
|
| /external/llvm-project/llvm/utils/TableGen/ |
| D | DirectiveEmitter.cpp | 517 Clause Clause{C}; in GenerateFlangClauseParserClass() local 548 Clause Clause{C}; in GenerateFlangClauseParserClassList() local 564 Clause Clause{C}; in GenerateFlangClauseDump() local 584 Clause Clause{C}; in GenerateFlangClauseUnparse() local
|
| /external/llvm-project/llvm/include/llvm/TableGen/ |
| D | DirectiveEmitter.h | 129 explicit Clause(const llvm::Record *Def) : BaseRecord(Def) {} in Clause() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | R600ControlFlowFinalizer.cpp | 469 const DebugLoc &DL, ClauseFile &Clause, in EmitFetchClause() 481 ClauseFile &Clause, unsigned &CfCount) { in EmitALUClause()
|
| /external/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | R600ControlFlowFinalizer.cpp | 468 const DebugLoc &DL, ClauseFile &Clause, in EmitFetchClause() 480 ClauseFile &Clause, unsigned &CfCount) { in EmitALUClause()
|
| /external/llvm/lib/Target/AMDGPU/ |
| D | R600ControlFlowFinalizer.cpp | 454 EmitFetchClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause, in EmitFetchClause() 467 EmitALUClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause, in EmitALUClause()
|
| /external/llvm-project/clang/lib/Parse/ |
| D | ParseOpenMP.cpp | 588 OMPClause *Clause = in ParseOpenMPDeclareMapperDirective() local 1789 OMPClause *Clause = ParseOpenMPClause( in ParseOpenMPDeclarativeDirectiveWithExtDecl() local 1830 OMPClause *Clause = ParseOpenMPClause( in ParseOpenMPDeclarativeDirectiveWithExtDecl() local 2200 OMPClause *Clause = ParseOpenMPClause( in ParseOpenMPDeclarativeOrExecutableDirective() local 2372 OMPClause *Clause = ParseOpenMPClause( in ParseOpenMPDeclarativeOrExecutableDirective() local 2581 OMPClause *Clause = nullptr; in ParseOpenMPClause() local
|
| /external/clang/lib/Parse/ |
| D | ParseOpenMP.cpp | 922 OMPClause *Clause = in ParseOpenMPDeclarativeOrExecutableDirective() local 1068 OMPClause *Clause = nullptr; in ParseOpenMPClause() local
|
| /external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/ |
| D | gmock-spec-builders.h | 259 enum Clause { enum 724 enum Clause { enum
|
| /external/googletest/googlemock/include/gmock/ |
| D | gmock-spec-builders.h | 272 enum Clause { enum 739 enum Clause { enum
|
| /external/clang/lib/CodeGen/ |
| D | CGStmtOpenMP.cpp | 1395 for (const auto *Clause : D.getClausesOfKind<OMPAlignedClause>()) { in emitAlignedClause() local 2413 if (const auto *Clause = S.getSingleClause<OMPFinalClause>()) { in EmitOMPTaskBasedDirective() local 2427 if (const auto *Clause = S.getSingleClause<OMPPriorityClause>()) { in EmitOMPTaskBasedDirective() local 3496 if (const auto* Clause = S.getSingleClause<OMPGrainsizeClause>()) { in EmitOMPTaskLoopBasedDirective() local 3500 } else if (const auto* Clause = S.getSingleClause<OMPNumTasksClause>()) { in EmitOMPTaskLoopBasedDirective() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 844 Constant *Clause = LPI->getClause(I); in runEHOnFunction() local
|
| /external/llvm-project/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 887 Constant *Clause = LPI->getClause(I); in runEHOnFunction() local
|
| /external/clang/lib/Sema/ |
| D | SemaOpenMP.cpp | 1067 if (auto *Clause = dyn_cast<OMPLastprivateClause>(C)) { in EndOpenMPDSABlock() local 1793 for (auto *Clause : Clauses) { in ActOnOpenMPRegionEnd() local 5489 for (auto *Clause : Clauses) { in ActOnOpenMPSimdDirective() local 5580 for (auto *Clause : Clauses) { in ActOnOpenMPForSimdDirective() local 5666 for (auto *Clause : Clauses) { in ActOnOpenMPSingleDirective() local 5839 for (auto *Clause : Clauses) { in ActOnOpenMPParallelForSimdDirective() local 7229 for (auto *Clause : Clauses) { in ActOnOpenMPTargetParallelForSimdDirective() local 9738 static bool FinishOpenMPLinearClause(OMPLinearClause &Clause, DeclRefExpr *IV, in FinishOpenMPLinearClause()
|
| /external/llvm-project/clang/lib/CodeGen/ |
| D | CGStmtOpenMP.cpp | 2000 for (const auto *Clause : D.getClausesOfKind<OMPAlignedClause>()) { in emitAlignedClause() local 3841 if (const auto *Clause = S.getSingleClause<OMPFinalClause>()) { in EmitOMPTaskBasedDirective() local 3855 if (const auto *Clause = S.getSingleClause<OMPPriorityClause>()) { in EmitOMPTaskBasedDirective() local 6416 if (const auto* Clause = S.getSingleClause<OMPGrainsizeClause>()) { in EmitOMPTaskLoopBasedDirective() local 6420 } else if (const auto* Clause = S.getSingleClause<OMPNumTasksClause>()) { in EmitOMPTaskLoopBasedDirective() local
|
| D | CGOpenMPRuntimeGPU.cpp | 4596 for (const OMPClause *Clause : D->clauselists()) { in processRequiresDirective() local
|
| /external/llvm-project/clang/lib/Sema/ |
| D | SemaOpenMP.cpp | 797 OMPOrderedClause *Clause) { in setOrderedRegion() 2605 if (auto *Clause = dyn_cast<OMPLastprivateClause>(C)) { in EndOpenMPDSABlock() local 2643 if (auto *Clause = dyn_cast<OMPNontemporalClause>(C)) { in EndOpenMPDSABlock() local 2666 if (auto *Clause = dyn_cast<OMPUsesAllocatorsClause>(C)) { in EndOpenMPDSABlock() local 4313 for (const OMPClause *Clause : Clauses) { in checkOrderedOrderSpecified() local 8866 for (const OMPClause *Clause : Clauses) { in checkSimdlenSafelenSpecified() local 9087 for (const OMPClause *Clause : Clauses) { in ActOnOpenMPSingleDirective() local 12974 auto *Clause = OMPOrderedClause::Create( in ActOnOpenMPOrderedClause() local 15930 static bool FinishOpenMPLinearClause(OMPLinearClause &Clause, DeclRefExpr *IV, in FinishOpenMPLinearClause()
|
| /external/llvm-project/llvm/lib/Transforms/IPO/ |
| D | OpenMPOpt.cpp | 121 RuntimeFunction Clause; member
|
| /external/llvm/lib/IR/ |
| D | Verifier.cpp | 3277 Constant *Clause = LPI.getClause(i); in visitLandingPadInst() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | Verifier.cpp | 3716 Constant *Clause = LPI.getClause(i); in visitLandingPadInst() local
|
| /external/llvm-project/llvm/lib/IR/ |
| D | Verifier.cpp | 3901 Constant *Clause = LPI.getClause(i); in visitLandingPadInst() local
|