HomeSort by: relevance | last modified time | path
    Searched refs:OMPTargetParallelForSimdDirective (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 1424 OMPTargetParallelForSimdDirective *OMPTargetParallelForSimdDirective::Create(
1428 auto *Dir = createDirective<OMPTargetParallelForSimdDirective>(
1459 OMPTargetParallelForSimdDirective *
1460 OMPTargetParallelForSimdDirective::CreateEmpty(const ASTContext &C,
1464 return createEmptyDirective<OMPTargetParallelForSimdDirective>(
StmtPrinter.cpp 901 OMPTargetParallelForSimdDirective *Node) {
StmtProfile.cpp 1107 const OMPTargetParallelForSimdDirective *S) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 4188 class OMPTargetParallelForSimdDirective final : public OMPLoopDirective {
4198 OMPTargetParallelForSimdDirective(SourceLocation StartLoc,
4209 explicit OMPTargetParallelForSimdDirective(unsigned CollapsedNum)
4225 static OMPTargetParallelForSimdDirective *
4236 static OMPTargetParallelForSimdDirective *CreateEmpty(const ASTContext &C,
RecursiveASTVisitor.h 2953 DEF_TRAVERSE_STMT(OMPTargetParallelForSimdDirective,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 2537 OMPTargetParallelForSimdDirective *D) {
3441 S = OMPTargetParallelForSimdDirective::CreateEmpty(Context, NumClauses,
ASTWriterStmt.cpp 2478 OMPTargetParallelForSimdDirective *D) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 341 cast<OMPTargetParallelForSimdDirective>(*S));
CodeGenFunction.h 3495 const OMPTargetParallelForSimdDirective &S);
3528 const OMPTargetParallelForSimdDirective &S);
CGStmtOpenMP.cpp 6778 const OMPTargetParallelForSimdDirective &S,
6794 const OMPTargetParallelForSimdDirective &S) {
6808 const OMPTargetParallelForSimdDirective &S) {
CGOpenMPRuntime.cpp 10397 CGM, ParentName, cast<OMPTargetParallelForSimdDirective>(E));
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2096 const OMPTargetParallelForSimdDirective *D);
3084 const OMPTargetParallelForSimdDirective *D) {
5661 return cxstring::createRef("OMPTargetParallelForSimdDirective");
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 8971 OMPTargetParallelForSimdDirective *D) {
SemaOpenMP.cpp 12026 return OMPTargetParallelForSimdDirective::Create(

Completed in 134 milliseconds