Searched refs:NonContigInfo (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 1702 StructNonContiguousInfo NonContigInfo; member 1714 NonContigInfo.Dims.append(CurInfo.NonContigInfo.Dims.begin(), in append() 1715 CurInfo.NonContigInfo.Dims.end()); in append() 1716 NonContigInfo.Offsets.append(CurInfo.NonContigInfo.Offsets.begin(), in append() 1717 CurInfo.NonContigInfo.Offsets.end()); in append() 1718 NonContigInfo.Counts.append(CurInfo.NonContigInfo.Counts.begin(), in append() 1719 CurInfo.NonContigInfo.Counts.end()); in append() 1720 NonContigInfo.Strides.append(CurInfo.NonContigInfo.Strides.begin(), in append() 1721 CurInfo.NonContigInfo.Strides.end()); in append()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 5375 MapInfosTy::StructNonContiguousInfo &NonContigInfo = in emitNonContiguousDescriptor() local 5376 CombinedInfo.NonContigInfo; in emitNonContiguousDescriptor() 5395 for (unsigned I = 0, L = 0, E = NonContigInfo.Dims.size(); I < E; ++I) { in emitNonContiguousDescriptor() 5398 if (NonContigInfo.Dims[I] == 1) in emitNonContiguousDescriptor() 5401 ArrayType *ArrayTy = ArrayType::get(DimTy, NonContigInfo.Dims[I]); in emitNonContiguousDescriptor() 5405 for (unsigned II = 0, EE = NonContigInfo.Dims[I]; II < EE; ++II) { in emitNonContiguousDescriptor() 5413 NonContigInfo.Offsets[L][RevIdx], OffsetLVal, in emitNonContiguousDescriptor() 5418 NonContigInfo.Counts[L][RevIdx], CountLVal, in emitNonContiguousDescriptor() 5423 NonContigInfo.Strides[L][RevIdx], StrideLVal, in emitNonContiguousDescriptor() 5482 ConstantInt::get(Int64Ty, CombinedInfo.NonContigInfo.Dims[I]); in emitOffloadingArrays() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 7107 bool IsNonContiguous = CombinedInfo.NonContigInfo.IsNonContiguous; in generateInfoForComponentList() 7327 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize in generateInfoForComponentList() 7343 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize in generateInfoForComponentList() 7362 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize in generateInfoForComponentList() 7372 StructBaseCombinedInfo.NonContigInfo.Dims.push_back( in generateInfoForComponentList() 7656 CombinedInfo.NonContigInfo.Offsets.push_back(CurOffsets); in generateInfoForComponentList() 7657 CombinedInfo.NonContigInfo.Counts.push_back(CurCounts); in generateInfoForComponentList() 7658 CombinedInfo.NonContigInfo.Strides.push_back(CurStrides); in generateInfoForComponentList() 8023 CurInfo.NonContigInfo.IsNonContiguous = in generateAllInfoForClauses() 8126 UnionCurInfo.NonContigInfo.Dims.push_back(0); in generateAllInfoForClauses()
|