Home
last modified time | relevance | path

Searched refs:indicesArrayAttr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/
H A DRewriteInsertsPass.cpp80 auto indicesArrayAttr = op.indices().cast<ArrayAttr>(); in collectInsertionChain() local
82 if (indicesArrayAttr.size() == 1) { in collectInsertionChain()
86 auto index = indicesArrayAttr[0].cast<IntegerAttr>().getInt(); in collectInsertionChain()
103 indicesArrayAttr = op.indices().cast<ArrayAttr>(); in collectInsertionChain()
104 if ((indicesArrayAttr.size() != 1) || in collectInsertionChain()
105 (indicesArrayAttr[0].cast<IntegerAttr>().getInt() != index)) in collectInsertionChain()
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp716 auto indicesArrayAttr = indices.dyn_cast<ArrayAttr>(); in getElementType() local
717 if (!indicesArrayAttr) { in getElementType()
721 if (indicesArrayAttr.empty()) { in getElementType()
727 for (auto indexAttr : indicesArrayAttr) { in getElementType()
1729 auto indicesArrayAttr = indices().dyn_cast<ArrayAttr>(); in verify() local
1731 getElementType(composite().getType(), indicesArrayAttr, getLoc()); in verify()
1772 auto indicesArrayAttr = indices().dyn_cast<ArrayAttr>(); in verify() local
1774 getElementType(composite().getType(), indicesArrayAttr, getLoc()); in verify()