Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7167 StructNonContiguousInfo NonContigInfo; member
7178 NonContigInfo.Dims.append(CurInfo.NonContigInfo.Dims.begin(), in append()
7179 CurInfo.NonContigInfo.Dims.end()); in append()
7180 NonContigInfo.Offsets.append(CurInfo.NonContigInfo.Offsets.begin(), in append()
7181 CurInfo.NonContigInfo.Offsets.end()); in append()
7182 NonContigInfo.Counts.append(CurInfo.NonContigInfo.Counts.begin(), in append()
7183 CurInfo.NonContigInfo.Counts.end()); in append()
7184 NonContigInfo.Strides.append(CurInfo.NonContigInfo.Strides.begin(), in append()
7185 CurInfo.NonContigInfo.Strides.end()); in append()
7716 bool IsNonContiguous = CombinedInfo.NonContigInfo.IsNonContiguous; in generateInfoForComponentList()
[all …]