Searched defs:resRank (Results 1 – 5 of 5) sorted by relevance
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ | ||
H A D | LowerVectorShapeCast.cpp | 151 int64_t resRank = resultVectorType.getRank(); matchAndRewrite() local |
/llvm-project/flang/runtime/ | ||
H A D | ISO_Fortran_binding.cpp | 151 CFI_rank_t resRank{0}; in CFI_section() local |
H A D | matmul-transpose.cpp | 188 int resRank{xRank + yRank - 2}; DoMatmulTranspose() local |
H A D | matmul.cpp | 265 int resRank{xRank + yRank - 2}; DoMatmul() local |
/llvm-project/mlir/lib/Dialect/Vector/IR/ | ||
H A D | VectorOps.cpp | 2478 int64_t resRank = resultType.getRank(); verify() local |