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 385 OMPParallelForSimdDirective *OMPParallelForSimdDirective::Create(
389 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPParallelForSimdDirective),
394 OMPParallelForSimdDirective *Dir = new (Mem) OMPParallelForSimdDirective(
420 OMPParallelForSimdDirective *
421 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C,
424 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPParallelForSimdDirective),
429 return new (Mem) OMPParallelForSimdDirective(CollapsedNum, NumClauses);
    [all...]
StmtPrinter.cpp 983 OMPParallelForSimdDirective *Node) {
    [all...]
StmtProfile.cpp 538 const OMPParallelForSimdDirective *S) {
    [all...]
  /external/clang/include/clang/AST/
StmtOpenMP.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 215 EmitOMPParallelForSimdDirective(cast<OMPParallelForSimdDirective>(*S));
    [all...]
CGStmtOpenMP.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]

Completed in 1697 milliseconds