Home
last modified time | relevance | path

Searched refs:getAttributeNames (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/mlir/unittests/Interfaces/
H A DControlFlowInterfacesTest.cpp24 static ArrayRef<StringRef> getAttributeNames() { return {}; } in getAttributeNames() function
33 static ArrayRef<StringRef> getAttributeNames() { return {}; } in getAttributeNames() function
51 static ArrayRef<StringRef> getAttributeNames() { return {}; } in getAttributeNames() function
73 static ArrayRef<StringRef> getAttributeNames() { return {}; } in getAttributeNames() function
93 static ArrayRef<StringRef> getAttributeNames() { return {}; } in getAttributeNames() function
H A DDataLayoutInterfacesTest.cpp125 static ArrayRef<StringRef> getAttributeNames() { return {}; } in getAttributeNames() function
170 static ArrayRef<StringRef> getAttributeNames() { return {}; } in getAttributeNames() function
/llvm-project-15.0.7/mlir/test/lib/Dialect/Transform/
H A DTestTransformDialectExtension.cpp35 static ArrayRef<StringRef> getAttributeNames() { return {}; } in getAttributeNames() function in __anonc991b9c70111::TestTransformOp
87 static ArrayRef<StringRef> getAttributeNames() { return {}; } in getAttributeNames() function in __anonc991b9c70111::TestTransformUnrestrictedOpNoInterface
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineOps.h96 static ArrayRef<StringRef> getAttributeNames() { return {}; } in getAttributeNames() function
289 static ArrayRef<StringRef> getAttributeNames() { return {}; } in getAttributeNames() function
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOperationSupport.h267 T::getInterfaceMap(), T::getHasTraitFn(), T::getAttributeNames(), in insert()
376 ArrayRef<StringAttr> getAttributeNames() const { in getAttributeNames() function
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dop-attribute.td46 // DECL: static ::llvm::ArrayRef<::llvm::StringRef> getAttributeNames()
171 // DECL: static ::llvm::ArrayRef<::llvm::StringRef> getAttributeNames()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp900 ArrayRef<StringRef> odsAttrs = genericOp.getAttributeNames(); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp5004 result.addAttribute(getAttributeNames()[0], in build()