Home
last modified time | relevance | path

Searched refs:IsNonContiguous (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7279 bool IsNonContiguous = false; member
7515 if (IsNonContiguous) in getMapTypeBits()
7842 bool IsNonContiguous = CombinedInfo.NonContigInfo.IsNonContiguous; in generateInfoForComponentList() local
7877 !IsNonContiguous && in generateInfoForComponentList()
8081 IsCaptureFirstInfo && !RequiresReference, IsNonContiguous); in generateInfoForComponentList()
8131 if (IsFinalArraySection || IsNonContiguous) in generateInfoForComponentList()
8160 if (!IsNonContiguous) in generateInfoForComponentList()
8721 CurInfo.NonContigInfo.IsNonContiguous = in generateAllInfoForClauses()
9468 bool IsNonContiguous = false) { in emitOffloadingArrays() argument
9504 if (IsNonContiguous && (CombinedInfo.Types[I] & in emitOffloadingArrays()
[all …]
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp20675 bool IsNonContiguous = false; member in __anon296aa5745c11::MapBaseChecker
20705 Components.emplace_back(DRE, DRE->getDecl(), IsNonContiguous); in VisitDeclRefExpr()
20777 Components.emplace_back(ME, FD, IsNonContiguous); in VisitMemberExpr()
20814 Components.emplace_back(AE, nullptr, IsNonContiguous); in VisitArraySubscriptExpr()
20862 IsNonContiguous = true; in VisitOMPArraySectionExpr()
20909 Components.emplace_back(E, nullptr, IsNonContiguous); in VisitOMPArrayShapingExpr()
20949 Components.emplace_back(CTE, nullptr, IsNonContiguous); in VisitCXXThisExpr()
20954 Components.emplace_back(COCE, nullptr, IsNonContiguous); in VisitCXXOperatorCallExpr()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp12523 bool IsNonContiguous = Record.readBool(); in VisitOMPToClause() local
12525 Components.emplace_back(AssociatedExprPr, AssociatedDecl, IsNonContiguous); in VisitOMPToClause()
12579 bool IsNonContiguous = Record.readBool(); in VisitOMPFromClause() local
12581 Components.emplace_back(AssociatedExprPr, AssociatedDecl, IsNonContiguous); in VisitOMPFromClause()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h5087 bool IsNonContiguous) in MappableComponent() argument
5089 IsNonContiguous), in MappableComponent()