Searched refs:IsNonContiguous (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 2268 bool IsNonContiguous = false; member 2366 TargetDataInfo &Info, bool IsNonContiguous = false,
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 6742 bool AddPtrFlag, bool AddIsTargetParamFlag, bool IsNonContiguous) const { in getMapTypeBits() 6783 if (IsNonContiguous) in getMapTypeBits() 7130 bool IsNonContiguous = CombinedInfo.NonContigInfo.IsNonContiguous; in generateInfoForComponentList() local 7184 !IsNonContiguous && in generateInfoForComponentList() 7215 !IsNonContiguous; in generateInfoForComponentList() 7313 /*AddIsTargetParamFlag=*/false, IsNonContiguous); in generateInfoForComponentList() 7352 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize in generateInfoForComponentList() 7369 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize in generateInfoForComponentList() 7388 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize in generateInfoForComponentList() 7400 IsNonContiguous ? DimSize : 1); in generateInfoForComponentList() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 20194 bool IsNonContiguous = false; member in __anon1dd12e447211::MapBaseChecker 20224 Components.emplace_back(DRE, DRE->getDecl(), IsNonContiguous); in VisitDeclRefExpr() 20296 Components.emplace_back(ME, FD, IsNonContiguous); in VisitMemberExpr() 20333 Components.emplace_back(AE, nullptr, IsNonContiguous); in VisitArraySubscriptExpr() 20381 IsNonContiguous = true; in VisitArraySectionExpr() 20428 Components.emplace_back(E, nullptr, IsNonContiguous); in VisitOMPArrayShapingExpr() 20468 Components.emplace_back(CTE, nullptr, IsNonContiguous); in VisitCXXThisExpr() 20473 Components.emplace_back(COCE, nullptr, IsNonContiguous); in VisitCXXOperatorCallExpr()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 11470 bool IsNonContiguous = Record.readBool(); in VisitOMPToClause() local 11472 Components.emplace_back(AssociatedExprPr, AssociatedDecl, IsNonContiguous); in VisitOMPToClause() 11526 bool IsNonContiguous = Record.readBool(); in VisitOMPFromClause() local 11528 Components.emplace_back(AssociatedExprPr, AssociatedDecl, IsNonContiguous); in VisitOMPFromClause()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 7404 TargetDataInfo &Info, bool IsNonContiguous, in emitOffloadingArrays() argument 7440 if (IsNonContiguous && in emitOffloadingArrays() 7585 if (!IsNonContiguous || CombinedInfo.NonContigInfo.Offsets.empty() || in emitOffloadingArrays()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 5245 bool IsNonContiguous) in MappableComponent() argument 5247 IsNonContiguous), in MappableComponent()
|