Home
last modified time | relevance | path

Searched defs:resRank (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorShapeCast.cpp151 int64_t resRank = resultVectorType.getRank(); matchAndRewrite() local
249 auto resRank = resultVectorType.getRank(); matchAndRewrite() local
[all...]
/llvm-project/flang/runtime/
H A DISO_Fortran_binding.cpp151 CFI_rank_t resRank{0}; in CFI_section() local
H A Dmatmul-transpose.cpp188 int resRank{xRank + yRank - 2}; DoMatmulTranspose() local
H A Dmatmul.cpp265 int resRank{xRank + yRank - 2}; DoMatmul() local
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp2478 int64_t resRank = resultType.getRank(); verify() local