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

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 1320 OMPDistributeParallelForSimdDirective *
1321 OMPDistributeParallelForSimdDirective::Create(
1325 auto *Dir = createDirective<OMPDistributeParallelForSimdDirective>(
1369 OMPDistributeParallelForSimdDirective *
1370 OMPDistributeParallelForSimdDirective::CreateEmpty(const ASTContext &C,
1374 return createEmptyDirective<OMPDistributeParallelForSimdDirective>(
StmtPrinter.cpp 889 OMPDistributeParallelForSimdDirective *Node) {
StmtProfile.cpp 1097 const OMPDistributeParallelForSimdDirective *S) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 4057 class OMPDistributeParallelForSimdDirective final : public OMPLoopDirective {
4067 OMPDistributeParallelForSimdDirective(SourceLocation StartLoc,
4078 explicit OMPDistributeParallelForSimdDirective(unsigned CollapsedNum)
4094 static OMPDistributeParallelForSimdDirective *Create(
4105 static OMPDistributeParallelForSimdDirective *CreateEmpty(
RecursiveASTVisitor.h 2947 DEF_TRAVERSE_STMT(OMPDistributeParallelForSimdDirective,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 2527 OMPDistributeParallelForSimdDirective *D) {
3424 S = OMPDistributeParallelForSimdDirective::CreateEmpty(Context, NumClauses,
ASTWriterStmt.cpp 2466 OMPDistributeParallelForSimdDirective *D) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 334 cast<OMPDistributeParallelForSimdDirective>(*S));
CodeGenFunction.h 3492 const OMPDistributeParallelForSimdDirective &S);
CGStmtOpenMP.cpp 2992 const OMPDistributeParallelForSimdDirective &S) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2093 const OMPDistributeParallelForSimdDirective *D);
3074 const OMPDistributeParallelForSimdDirective *D) {
5657 return cxstring::createRef("OMPDistributeParallelForSimdDirective");
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 8949 OMPDistributeParallelForSimdDirective *D) {
SemaOpenMP.cpp 11915 return OMPDistributeParallelForSimdDirective::Create(

Completed in 131 milliseconds