HomeSort by: relevance | last modified time | path
    Searched defs:Dims (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUHSAMetadataStreamer.cpp 181 std::vector<uint32_t> Dims;
183 return Dims;
186 Dims.push_back(mdconst::extract<ConstantInt>(Op)->getZExtValue());
187 return Dims;
600 auto Dims = HSAMetadataDoc->getArrayNode();
602 return Dims;
605 Dims.push_back(Dims.getDocument()->getNode(
607 return Dims;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 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)
    [all...]

Completed in 35 milliseconds