Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7291 StructNonContiguousInfo NonContigInfo; member
7302 NonContigInfo.Dims.append(CurInfo.NonContigInfo.Dims.begin(), in append()
7304 NonContigInfo.Offsets.append(CurInfo.NonContigInfo.Offsets.begin(), in append()
7306 NonContigInfo.Counts.append(CurInfo.NonContigInfo.Counts.begin(), in append()
7308 NonContigInfo.Strides.append(CurInfo.NonContigInfo.Strides.begin(), in append()
8333 CombinedInfo.NonContigInfo.Counts.push_back(CurCounts); in generateInfoForComponentList()
8721 CurInfo.NonContigInfo.IsNonContiguous = in generateAllInfoForClauses()
8784 CurInfo.NonContigInfo.Dims.push_back(0); in generateAllInfoForClauses()
9351 &NonContigInfo = CombinedInfo.NonContigInfo; in emitNonContiguousDescriptor() local
9379 if (NonContigInfo.Dims[I] == 1) in emitNonContiguousDescriptor()
[all …]