Home
last modified time | relevance | path

Searched defs:attributeNames (Results 1 – 7 of 7) sorted by relevance

/llvm-project/mlir/unittests/Bytecode/
H A DBytecodeTest.cpp101 return ArrayRef(attributeNames); in getAttributeNames() local
/llvm-project/mlir/lib/Dialect/PDL/IR/
H A DPDL.cpp279 ArrayAttr attributeNames = getAttributeValueNamesAttr(); verify() local
/llvm-project/mlir/unittests/IR/
H A DOpPropertiesTest.cpp145 static StringRef attributeNames[] = {StringRef("inherent_attr")}; in getAttributeNames() local
/llvm-project/mlir/lib/Dialect/Linalg/TransformOps/
H A DLinalgMatchOps.cpp222 std::string attributeNames; in verify() local
/llvm-project/mlir/include/mlir/IR/
H A DOperation.h483 ArrayRef<StringAttr> attributeNames = getDiscardableAttrs() local
H A DOperationSupport.h187 ArrayRef<StringAttr> attributeNames; variable
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp4243 valueCheckFirAttributes(mlir::Value value,llvm::ArrayRef<llvm::StringRef> attributeNames,bool checkAny) valueCheckFirAttributes() argument
4313 valueMayHaveFirAttributes(mlir::Value value,llvm::ArrayRef<llvm::StringRef> attributeNames) valueMayHaveFirAttributes() argument
[all...]