Lines Matching refs:Dims
7090 /// descriptor_dim pointers and use args_size as dims. Used when we have
7156 MapDimArrayTy Dims;
7178 NonContigInfo.Dims.append(CurInfo.NonContigInfo.Dims.begin(),
7179 CurInfo.NonContigInfo.Dims.end());
7911 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize
7925 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize
7937 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize
8112 // pointers, base_pointers, sizes, or dims. Instead, the size of offset,
8656 CurInfo.NonContigInfo.Dims.push_back(0);
9226 // We need two index variable here since the size of "Dims" is the same as the
9229 for (unsigned I = 0, L = 0, E = NonContigInfo.Dims.size(); I < E; ++I) {
9232 if (NonContigInfo.Dims[I] == 1)
9234 llvm::APInt Size(/*numBits=*/32, NonContigInfo.Dims[I]);
9237 Address DimsAddr = CGF.CreateMemTemp(ArrayTy, "dims");
9238 for (unsigned II = 0, EE = NonContigInfo.Dims[I]; II < EE; ++II) {
9255 // args[I] = &dims
9353 CGF.Int64Ty, CombinedInfo.NonContigInfo.Dims[I]));
11855 Address DimsAddr = CGF.CreateMemTemp(ArrayTy, "dims");
11858 // Fill dims with data.
11862 // dims.upper = num_iterations;
11869 // dims.stride = 1;
11877 // kmp_int32 num_dims, struct kmp_dim * dims);