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

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 130 if (auto *Dir = dyn_cast<OMPTileDirective>(CurStmt))
337 OMPTileDirective *
338 OMPTileDirective::Create(const ASTContext &C, SourceLocation StartLoc,
342 OMPTileDirective *Dir = createDirective<OMPTileDirective>(
350 OMPTileDirective *OMPTileDirective::CreateEmpty(const ASTContext &C,
353 return createEmptyDirective<OMPTileDirective>(
StmtPrinter.cpp 666 void StmtPrinter::VisitOMPTileDirective(OMPTileDirective *Node) {
StmtProfile.cpp 907 void StmtProfiler::VisitOMPTileDirective(const OMPTileDirective *S) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 58 /// (such as OMPTileDirective). In The OMPCanonicalLoop and
4962 class OMPTileDirective final : public OMPLoopBasedDirective {
4972 explicit OMPTileDirective(SourceLocation StartLoc, SourceLocation EndLoc,
4998 static OMPTileDirective *Create(const ASTContext &C, SourceLocation StartLoc,
5009 static OMPTileDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
RecursiveASTVisitor.h 2825 DEF_TRAVERSE_STMT(OMPTileDirective,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 2310 void ASTStmtReader::VisitOMPTileDirective(OMPTileDirective *D) {
3186 S = OMPTileDirective::CreateEmpty(Context, NumClauses, NumLoops);
ASTWriterStmt.cpp 2209 void ASTStmtWriter::VisitOMPTileDirective(OMPTileDirective *D) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 209 EmitOMPTileDirective(cast<OMPTileDirective>(*S));
CGStmtOpenMP.cpp 177 } else if (const auto *Tile = dyn_cast<OMPTileDirective>(&S)) {
1824 if (auto *Dir = dyn_cast<OMPTileDirective>(SimplifiedS))
2578 void CodeGenFunction::EmitOMPTileDirective(const OMPTileDirective &S) {
CodeGenFunction.h 3443 void EmitOMPTileDirective(const OMPTileDirective &S);
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2047 void VisitOMPTileDirective(const OMPTileDirective *D);
2895 void EnqueueVisitor::VisitOMPTileDirective(const OMPTileDirective *D) {
5577 return cxstring::createRef("OMPTileDirective");
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 3808 void VisitOMPTileDirective(OMPTileDirective *S) {
12596 return OMPTileDirective::Create(Context, StartLoc, EndLoc, Clauses,
12771 return OMPTileDirective::Create(Context, StartLoc, EndLoc, Clauses, NumLoops,
TreeTransform.h 8508 TreeTransform<Derived>::TransformOMPTileDirective(OMPTileDirective *D) {

Completed in 70 milliseconds