Home
last modified time | relevance | path

Searched refs:NonContigInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2439 StructNonContiguousInfo NonContigInfo; member
2451 NonContigInfo.Dims.append(CurInfo.NonContigInfo.Dims.begin(), in append()
2452 CurInfo.NonContigInfo.Dims.end()); in append()
2453 NonContigInfo.Offsets.append(CurInfo.NonContigInfo.Offsets.begin(), in append()
2454 CurInfo.NonContigInfo.Offsets.end()); in append()
2455 NonContigInfo.Counts.append(CurInfo.NonContigInfo.Counts.begin(), in append()
2456 CurInfo.NonContigInfo.Counts.end()); in append()
2457 NonContigInfo.Strides.append(CurInfo.NonContigInfo.Strides.begin(), in append()
2458 CurInfo.NonContigInfo.Strides.end()); in append()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp8185 MapInfosTy::StructNonContiguousInfo &NonContigInfo = in emitNonContiguousDescriptor() local
8186 CombinedInfo.NonContigInfo; in emitNonContiguousDescriptor()
8205 for (unsigned I = 0, L = 0, E = NonContigInfo.Dims.size(); I < E; ++I) { in emitNonContiguousDescriptor()
8208 if (NonContigInfo.Dims[I] == 1) in emitNonContiguousDescriptor()
8211 ArrayType *ArrayTy = ArrayType::get(DimTy, NonContigInfo.Dims[I]); in emitNonContiguousDescriptor()
8215 for (unsigned II = 0, EE = NonContigInfo.Dims[I]; II < EE; ++II) { in emitNonContiguousDescriptor()
8223 NonContigInfo.Offsets[L][RevIdx], OffsetLVal, in emitNonContiguousDescriptor()
8228 NonContigInfo.Counts[L][RevIdx], CountLVal, in emitNonContiguousDescriptor()
8233 NonContigInfo.Strides[L][RevIdx], StrideLVal, in emitNonContiguousDescriptor()
8583 ConstantInt::get(Int64Ty, CombinedInfo.NonContigInfo.Dims[I]); in emitOffloadingArrays()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7386 bool IsNonContiguous = CombinedInfo.NonContigInfo.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
7660 StructBaseCombinedInfo.NonContigInfo.Dims.push_back(
7946 CombinedInfo.NonContigInfo.Offsets.push_back(CurOffsets);
7947 CombinedInfo.NonContigInfo.Counts.push_back(CurCounts);
7948 CombinedInfo.NonContigInfo.Strides.push_back(CurStrides);
8329 CurInfo.NonContigInfo.IsNonContiguous = in generateAllInfoForClauses()
8433 UnionCurInfo.NonContigInfo.Dims.push_back(0); in generateAllInfoForClauses()