Home
last modified time | relevance | path

Searched defs:Clause (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseOpenMP.cpp261 OMPClause *Clause = in ParseOpenMPDeclarativeOrExecutableDirective() local
392 OMPClause *Clause = nullptr; in ParseOpenMPClause() local
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmt.cpp1200 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/
HDR600ControlFlowFinalizer.cpp434 EmitFetchClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause, in EmitFetchClause()
447 EmitALUClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause, in EmitALUClause()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp652 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/
HDSemaOpenMP.cpp710 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()
HDTreeTransform.h6838 OMPClause *Clause = getDerived().TransformOMPClause(*I); in TransformOMPExecutableDirective() local
/NextBSD/contrib/llvm/lib/IR/
HDVerifier.cpp2809 Constant *Clause = LPI.getClause(i); in visitLandingPadInst() local