Home
last modified time | relevance | path

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

/external/llvm-project/mlir/test/CAPI/
Dir.c990 MlirAttribute indicesAttr = mlirDenseElementsAttrInt64Get( in printBuiltinAttributes() local
996 mlirRankedTensorTypeGet(2, shape, mlirF32TypeGet(ctx)), indicesAttr, in printBuiltinAttributes()
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp1366 Attribute indicesAttr; in parseCompositeExtractOp() local
1372 parser.parseAttribute(indicesAttr, kIndicesAttrName, state.attributes) || in parseCompositeExtractOp()
1379 getElementType(compositeType, indicesAttr, parser, attrLocation); in parseCompositeExtractOp()
1424 Attribute indicesAttr; in parseCompositeInsertOp() local
1429 parser.parseAttribute(indicesAttr, kIndicesAttrName, state.attributes) || in parseCompositeInsertOp()