Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
DISO_Fortran_binding.cpp279 CFI_rank_t resRank{0}; in CFI_section() local
325 resRank += (stride != 0); in CFI_section()
327 if (resRank != result->rank) { in CFI_section()
334 resRank = 0; in CFI_section()
337 result->dim[resRank].lower_bound = 0; in CFI_section()
338 result->dim[resRank].extent = extent[j]; in CFI_section()
339 result->dim[resRank].sm = actualStride[j] * source->dim[j].sm; in CFI_section()
340 ++resRank; in CFI_section()
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp1563 int64_t resRank = resultVectorType.getRank(); in matchAndRewrite() local
1564 if ((srcRank == 2 && resRank == 1) || (srcRank == 1 && resRank == 2)) in matchAndRewrite()
1577 SmallVector<int64_t, 4> resIdx(resRank); in matchAndRewrite()
1583 incIdx(resIdx, resultVectorType, resRank - 1); in matchAndRewrite()
DVectorOps.cpp1137 int64_t resRank = resultType.getRank(); in verify() local
1140 if (resRank != v1Rank || v1Rank != v2Rank) in verify()