Searched refs:NonContigInfo (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 2280 StructNonContiguousInfo NonContigInfo; member 2292 NonContigInfo.Dims.append(CurInfo.NonContigInfo.Dims.begin(), in append() 2293 CurInfo.NonContigInfo.Dims.end()); in append() 2294 NonContigInfo.Offsets.append(CurInfo.NonContigInfo.Offsets.begin(), in append() 2295 CurInfo.NonContigInfo.Offsets.end()); in append() 2296 NonContigInfo.Counts.append(CurInfo.NonContigInfo.Counts.begin(), in append() 2297 CurInfo.NonContigInfo.Counts.end()); in append() 2298 NonContigInfo.Strides.append(CurInfo.NonContigInfo.Strides.begin(), in append() 2299 CurInfo.NonContigInfo.Strides.end()); in append()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 7338 MapInfosTy::StructNonContiguousInfo &NonContigInfo = in emitNonContiguousDescriptor() local 7339 CombinedInfo.NonContigInfo; in emitNonContiguousDescriptor() 7358 for (unsigned I = 0, L = 0, E = NonContigInfo.Dims.size(); I < E; ++I) { in emitNonContiguousDescriptor() 7361 if (NonContigInfo.Dims[I] == 1) in emitNonContiguousDescriptor() 7364 ArrayType *ArrayTy = ArrayType::get(DimTy, NonContigInfo.Dims[I]); in emitNonContiguousDescriptor() 7368 for (unsigned II = 0, EE = NonContigInfo.Dims[I]; II < EE; ++II) { in emitNonContiguousDescriptor() 7376 NonContigInfo.Offsets[L][RevIdx], OffsetLVal, in emitNonContiguousDescriptor() 7381 NonContigInfo.Counts[L][RevIdx], CountLVal, in emitNonContiguousDescriptor() 7386 NonContigInfo.Strides[L][RevIdx], StrideLVal, in emitNonContiguousDescriptor() 7445 ConstantInt::get(Int64Ty, CombinedInfo.NonContigInfo.Dims[I]); in emitOffloadingArrays() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 7130 bool IsNonContiguous = CombinedInfo.NonContigInfo.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() 7399 StructBaseCombinedInfo.NonContigInfo.Dims.push_back( in generateInfoForComponentList() 7685 CombinedInfo.NonContigInfo.Offsets.push_back(CurOffsets); in generateInfoForComponentList() 7686 CombinedInfo.NonContigInfo.Counts.push_back(CurCounts); in generateInfoForComponentList() 7687 CombinedInfo.NonContigInfo.Strides.push_back(CurStrides); in generateInfoForComponentList() 8073 CurInfo.NonContigInfo.IsNonContiguous = in generateAllInfoForClauses() 8177 UnionCurInfo.NonContigInfo.Dims.push_back(0); in generateAllInfoForClauses()
|