Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1690 bool IsNonContiguous = false; member
1768 TargetDataInfo &Info, bool IsNonContiguous = false,
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6768 if (IsNonContiguous) in getMapTypeBits()
7107 bool IsNonContiguous = CombinedInfo.NonContigInfo.IsNonContiguous; in generateInfoForComponentList() local
7161 !IsNonContiguous && in generateInfoForComponentList()
7192 !IsNonContiguous; in generateInfoForComponentList()
7343 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize in generateInfoForComponentList()
7373 IsNonContiguous ? DimSize : 1); in generateInfoForComponentList()
7392 IsCaptureFirstInfo && !RequiresReference, IsNonContiguous); in generateInfoForComponentList()
7455 if (IsFinalArraySection || IsNonContiguous) in generateInfoForComponentList()
7484 if (!IsNonContiguous) in generateInfoForComponentList()
8023 CurInfo.NonContigInfo.IsNonContiguous = in generateAllInfoForClauses()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5441 TargetDataInfo &Info, bool IsNonContiguous, in emitOffloadingArrays() argument
5477 if (IsNonContiguous && in emitOffloadingArrays()
5622 if (!IsNonContiguous || CombinedInfo.NonContigInfo.Offsets.empty() || in emitOffloadingArrays()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp21373 bool IsNonContiguous = false; member in __anon8e68b8fa6111::MapBaseChecker
21403 Components.emplace_back(DRE, DRE->getDecl(), IsNonContiguous); in VisitDeclRefExpr()
21475 Components.emplace_back(ME, FD, IsNonContiguous); in VisitMemberExpr()
21512 Components.emplace_back(AE, nullptr, IsNonContiguous); in VisitArraySubscriptExpr()
21560 IsNonContiguous = true; in VisitOMPArraySectionExpr()
21607 Components.emplace_back(E, nullptr, IsNonContiguous); in VisitOMPArrayShapingExpr()
21647 Components.emplace_back(CTE, nullptr, IsNonContiguous); in VisitCXXThisExpr()
21652 Components.emplace_back(COCE, nullptr, IsNonContiguous); in VisitCXXOperatorCallExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11324 bool IsNonContiguous = Record.readBool(); in VisitOMPToClause() local
11326 Components.emplace_back(AssociatedExprPr, AssociatedDecl, IsNonContiguous); in VisitOMPToClause()
11380 bool IsNonContiguous = Record.readBool(); in VisitOMPFromClause() local
11382 Components.emplace_back(AssociatedExprPr, AssociatedDecl, IsNonContiguous); in VisitOMPFromClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5205 bool IsNonContiguous) in MappableComponent() argument
5207 IsNonContiguous), in MappableComponent()