Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp233 OMPClause *Clause = in ParseOpenMPDeclarativeOrExecutableDirective() local
367 OMPClause *Clause = nullptr; in ParseOpenMPClause() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DStmt.cpp1193 OMPPrivateClause *Clause = in Create() local
1228 OMPFirstprivateClause *Clause = in Create() local
1252 OMPLastprivateClause *Clause = in Create() local
1274 OMPSharedClause *Clause = new (Mem) OMPSharedClause(StartLoc, LParenLoc, in Create() local
1297 OMPLinearClause *Clause = new (Mem) in Create() local
1319 OMPAlignedClause *Clause = new (Mem) in Create() local
1342 OMPCopyinClause *Clause = new (Mem) OMPCopyinClause(StartLoc, LParenLoc, in Create() local
1364 OMPCopyprivateClause *Clause = in Create() local
1409 OMPReductionClause *Clause = new (Mem) OMPReductionClause( in Create() local
1431 OMPFlushClause *Clause = in Create() local
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DR600ControlFlowFinalizer.cpp433 EmitFetchClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause, in EmitFetchClause()
446 EmitALUClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause, in EmitALUClause()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp361 const OMPAlignedClause &Clause) { in EmitOMPAlignedClause()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp2172 Constant *Clause = LPI.getClause(i); in visitLandingPadInst() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp585 if (auto Clause = dyn_cast<OMPLastprivateClause>(C)) { in EndOpenMPDSABlock() local
H A DTreeTransform.h6638 OMPClause *Clause = getDerived().TransformOMPClause(*I); in TransformOMPExecutableDirective() local