Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7155 bool IsNonContiguous = false; member
7349 bool AddPtrFlag, bool AddIsTargetParamFlag, bool IsNonContiguous) const { in getMapTypeBits()
7390 if (IsNonContiguous) in getMapTypeBits()
7716 bool IsNonContiguous = CombinedInfo.NonContigInfo.IsNonContiguous; in generateInfoForComponentList() local
7751 !IsNonContiguous && in generateInfoForComponentList()
7780 bool IsNonDerefPointer = IsPointer && !UO && !BO && !IsNonContiguous; in generateInfoForComponentList()
7875 /*AddIsTargetParamFlag=*/false, IsNonContiguous); in generateInfoForComponentList()
7911 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize in generateInfoForComponentList()
7925 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize in generateInfoForComponentList()
7937 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize in generateInfoForComponentList()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp18209 bool IsNonContiguous = false; member in __anon5b04668f4d11::MapBaseChecker
18239 Components.emplace_back(DRE, DRE->getDecl(), IsNonContiguous); in VisitDeclRefExpr()
18311 Components.emplace_back(ME, FD, IsNonContiguous); in VisitMemberExpr()
18349 Components.emplace_back(AE, nullptr, IsNonContiguous); in VisitArraySubscriptExpr()
18394 IsNonContiguous = true; in VisitOMPArraySectionExpr()
18439 Components.emplace_back(E, nullptr, IsNonContiguous); in VisitOMPArrayShapingExpr()
18479 Components.emplace_back(CTE, nullptr, IsNonContiguous); in VisitCXXThisExpr()
18484 Components.emplace_back(COCE, nullptr, IsNonContiguous); in VisitCXXOperatorCallExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h4849 bool IsNonContiguous) in MappableComponent() argument
4851 IsNonContiguous), in MappableComponent()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp12677 bool IsNonContiguous = Record.readBool(); in VisitOMPToClause() local
12679 Components.emplace_back(AssociatedExprPr, AssociatedDecl, IsNonContiguous); in VisitOMPToClause()
12733 bool IsNonContiguous = Record.readBool(); in VisitOMPFromClause() local
12735 Components.emplace_back(AssociatedExprPr, AssociatedDecl, IsNonContiguous); in VisitOMPFromClause()