Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/IR/
DOps.h186 operand_range getDstIndices() { in getDstIndices() function
/external/llvm-project/mlir/include/mlir/Dialect/Affine/IR/
DAffineOps.h153 operand_range getDstIndices() { in getDstIndices() function
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp1493 << getDstMemRef() << '[' << getDstIndices() << "], " << getNumElements() in print()
1599 if (!getDstIndices().empty() && in verify()
1600 !llvm::all_of(getDstIndices().getTypes(), in verify()
/external/llvm-project/mlir/lib/Dialect/Affine/IR/
DAffineOps.cpp988 p.printAffineMapOfSSAIds(getDstMapAttr(), getDstIndices()); in print()
1106 for (auto idx : getDstIndices()) { in verify()