Home
last modified time | relevance | path

Searched refs:matchConstantIndex (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Arithmetic/Utils/
H A DUtils.h27 detail::op_matcher<arith::ConstantIndexOp> matchConstantIndex();
48 return matchPattern(operand, matchConstantIndex()); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/Utils/
H A DUtils.cpp22 detail::op_matcher<arith::ConstantIndexOp> mlir::matchConstantIndex() { in matchConstantIndex() function in mlir
/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp1196 return matchPattern(operand, matchConstantIndex()); in matchAndRewrite()
1600 return matchPattern(operand, matchConstantIndex()); in matchAndRewrite()
1663 return matchPattern(operand, matchConstantIndex()); in matchAndRewrite()
2306 return matchPattern(operand, matchConstantIndex()); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp162 return matchPattern(operand, matchConstantIndex()); in matchAndRewrite()
2538 return matchPattern(operand, matchConstantIndex()); in matchAndRewrite()
2761 return matchPattern(operand, matchConstantIndex()); in matchAndRewrite()