Searched defs:Clause (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseOpenMP.cpp | 261 OMPClause *Clause = in ParseOpenMPDeclarativeOrExecutableDirective() local 392 OMPClause *Clause = nullptr; in ParseOpenMPClause() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Stmt.cpp | 1200 OMPPrivateClause *Clause = in Create() local 1235 OMPFirstprivateClause *Clause = in Create() local 1286 OMPLastprivateClause *Clause = in Create() local 1311 OMPSharedClause *Clause = new (Mem) OMPSharedClause(StartLoc, LParenLoc, in Create() local 1353 OMPLinearClause *Clause = new (Mem) in Create() local 1385 OMPAlignedClause *Clause = new (Mem) in Create() local 1429 OMPCopyinClause *Clause = new (Mem) OMPCopyinClause(StartLoc, LParenLoc, in Create() local 1475 OMPCopyprivateClause *Clause = in Create() local 1552 OMPReductionClause *Clause = new (Mem) OMPReductionClause( in Create() local 1577 OMPFlushClause *Clause = in Create() local [all …]
|
| /NextBSD/contrib/llvm/lib/Target/AMDGPU/ |
| HD | R600ControlFlowFinalizer.cpp | 434 EmitFetchClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause, in EmitFetchClause() 447 EmitALUClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause, in EmitALUClause()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGStmtOpenMP.cpp | 652 auto *Clause = cast<OMPAlignedClause>(*I); in emitAlignedClause() local 1590 if (auto *Clause = S.getSingleClause(OMPC_final)) { in EmitOMPTaskDirective() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaOpenMP.cpp | 710 if (auto *Clause = dyn_cast<OMPLastprivateClause>(C)) { in EndOpenMPDSABlock() local 1360 for (auto *Clause : Clauses) { in ActOnOpenMPRegionEnd() local 3616 for (auto *Clause : Clauses) { in ActOnOpenMPSingleDirective() local 6378 static bool FinishOpenMPLinearClause(OMPLinearClause &Clause, DeclRefExpr *IV, in FinishOpenMPLinearClause()
|
| HD | TreeTransform.h | 6838 OMPClause *Clause = getDerived().TransformOMPClause(*I); in TransformOMPExecutableDirective() local
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | Verifier.cpp | 2809 Constant *Clause = LPI.getClause(i); in visitLandingPadInst() local
|