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 | 2427 bool IsNonContiguous = false; member 2542 bool IsNonContiguous = false, 2554 CustomMapperCallbackTy CustomMapperCB, bool IsNonContiguous = false,
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 6998 bool AddPtrFlag, bool AddIsTargetParamFlag, bool IsNonContiguous) const { in getMapTypeBits() 7039 if (IsNonContiguous) in getMapTypeBits() 7386 bool IsNonContiguous = CombinedInfo.NonContigInfo.IsNonContiguous; local 7443 !IsNonContiguous && 7474 !IsNonContiguous; 7572 /*AddIsTargetParamFlag=*/false, IsNonContiguous); 7611 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize 7628 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize 7649 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize 7661 IsNonContiguous ? DimSize : 1); [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 7759 CustomMapperCallbackTy CustomMapperCB, bool IsNonContiguous, in emitOffloadingArraysAndArgs() argument 7763 CustomMapperCB, IsNonContiguous, DeviceAddrCB)) in emitOffloadingArraysAndArgs() 8543 bool IsNonContiguous, in emitOffloadingArrays() argument 8578 if (IsNonContiguous && in emitOffloadingArrays() 8728 if (!IsNonContiguous || CombinedInfo.NonContigInfo.Offsets.empty() || in emitOffloadingArrays()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 20859 bool IsNonContiguous = false; member in __anon1dd12e447611::MapBaseChecker 20889 Components.emplace_back(DRE, DRE->getDecl(), IsNonContiguous); in VisitDeclRefExpr() 20961 Components.emplace_back(ME, FD, IsNonContiguous); in VisitMemberExpr() 20998 Components.emplace_back(AE, nullptr, IsNonContiguous); in VisitArraySubscriptExpr() 21046 IsNonContiguous = true; in VisitArraySectionExpr() 21093 Components.emplace_back(E, nullptr, IsNonContiguous); in VisitOMPArrayShapingExpr() 21133 Components.emplace_back(CTE, nullptr, IsNonContiguous); in VisitCXXThisExpr() 21138 Components.emplace_back(COCE, nullptr, IsNonContiguous); in VisitCXXOperatorCallExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 12256 bool IsNonContiguous = Record.readBool(); in VisitOMPToClause() local 12258 Components.emplace_back(AssociatedExprPr, AssociatedDecl, IsNonContiguous); in VisitOMPToClause() 12312 bool IsNonContiguous = Record.readBool(); in VisitOMPFromClause() local 12314 Components.emplace_back(AssociatedExprPr, AssociatedDecl, IsNonContiguous); in VisitOMPFromClause()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 5799 bool IsNonContiguous) in MappableComponent() argument 5801 IsNonContiguous), in MappableComponent()
|