HomeSort by relevance Sort by last modified time
    Searched refs:OMPParallelForSimdDirective (Results 1 - 13 of 13) sorted by null

  /external/clang/lib/AST/
StmtOpenMP.cpp 398 OMPParallelForSimdDirective *OMPParallelForSimdDirective::Create(
402 unsigned Size = llvm::alignTo(sizeof(OMPParallelForSimdDirective),
407 OMPParallelForSimdDirective *Dir = new (Mem) OMPParallelForSimdDirective(
437 OMPParallelForSimdDirective *
438 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C,
441 unsigned Size = llvm::alignTo(sizeof(OMPParallelForSimdDirective),
446 return new (Mem) OMPParallelForSimdDirective(CollapsedNum, NumClauses);
    [all...]
StmtPrinter.cpp 1047 OMPParallelForSimdDirective *Node) {
    [all...]
StmtProfile.cpp 600 const OMPParallelForSimdDirective *S) {
    [all...]
  /external/clang/include/clang/AST/
StmtOpenMP.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 215 EmitOMPParallelForSimdDirective(cast<OMPParallelForSimdDirective>(*S));
    [all...]
CodeGenFunction.h     [all...]
CGStmtOpenMP.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]

Completed in 3192 milliseconds