Searched refs:IsNonContiguous (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 7106 bool IsNonContiguous = false; member 7297 bool AddPtrFlag, bool AddIsTargetParamFlag, bool IsNonContiguous) const { in getMapTypeBits() 7339 if (IsNonContiguous) in getMapTypeBits() 7656 bool IsNonContiguous = CombinedInfo.NonContigInfo.IsNonContiguous; in generateInfoForComponentList() local 7690 !IsNonContiguous && in generateInfoForComponentList() 7714 bool IsNonDerefPointer = IsPointer && !UO && !BO && !IsNonContiguous; in generateInfoForComponentList() 7774 /*AddIsTargetParamFlag=*/false, IsNonContiguous); in generateInfoForComponentList() 7801 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize in generateInfoForComponentList() 7816 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize in generateInfoForComponentList() 7828 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize in generateInfoForComponentList() [all …]
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 16822 bool IsNonContiguous = false; member in __anonf152f9344911::MapBaseChecker 16852 Components.emplace_back(DRE, DRE->getDecl(), IsNonContiguous); in VisitDeclRefExpr() 16924 Components.emplace_back(ME, FD, IsNonContiguous); in VisitMemberExpr() 16962 Components.emplace_back(AE, nullptr, IsNonContiguous); in VisitArraySubscriptExpr() 17007 IsNonContiguous = true; in VisitOMPArraySectionExpr() 17052 Components.emplace_back(E, nullptr, IsNonContiguous); in VisitOMPArrayShapingExpr() 17092 Components.emplace_back(CTE, nullptr, IsNonContiguous); in VisitCXXThisExpr() 17097 Components.emplace_back(COCE, nullptr, IsNonContiguous); in VisitCXXOperatorCallExpr()
|
/external/llvm-project/clang/include/clang/AST/ |
D | OpenMPClause.h | 4755 bool IsNonContiguous) in MappableComponent() argument 4757 IsNonContiguous), in MappableComponent()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 12752 bool IsNonContiguous = Record.readBool(); in VisitOMPToClause() local 12754 Components.emplace_back(AssociatedExprPr, AssociatedDecl, IsNonContiguous); in VisitOMPToClause() 12808 bool IsNonContiguous = Record.readBool(); in VisitOMPFromClause() local 12810 Components.emplace_back(AssociatedExprPr, AssociatedDecl, IsNonContiguous); in VisitOMPFromClause()
|