Home
last modified time | relevance | path

Searched defs:StringAttr (Results 1 – 11 of 11) sorted by relevance

/llvm-project/mlir/python/mlir/dialects/
H A Dpdl.py80 name: Optional[Union[str, StringAttr]] = None, argument
115 name: Optional[Union[StringAttr, str]] = None,
178 name: Optional[Union[StringAttr, str]] = None,
/llvm-project/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dmlir-support.cpp39 mlir::Attribute StringAttr = mlir::StringAttr::get(&Context, "foo"); variable
/llvm-project/mlir/python/mlir/dialects/transform/
H A Dloop.py30 func_name: Union[str, StringAttr], argument
H A Dstructured.py384 __init__( self, target: Union[Operation, OpView, Value], *, pad_to_multiple_of: Optional[Union[DynamicIndexList, ArrayAttr]] = None, padding_values: Optional[Union[ArrayAttr, Sequence[Attribute]]] = None, padding_dimensions: OptionalIntList = None, pack_paddings: OptionalIntList = None, transpose_paddings: Optional[ Union[ArrayAttr, Sequence[Union[ArrayAttr, IntOrAttrList]]] ] = None, copy_back_op: Optional[Union[str, StringAttr]] = None, loc=None, ip=None, ) global() argument
/llvm-project/mlir/include/mlir/IR/
H A DAttributes.h17 class StringAttr; variable
H A DBuiltinTypes.h33 class StringAttr; global() variable
H A DBuilders.h37 class StringAttr; global() variable
/llvm-project/mlir/lib/Dialect/Func/IR/
H A DFuncOps.cpp226 __anone16db3640202(std::pair<StringAttr, Attribute> attrPair) cloneInto() argument
/llvm-project/mlir/lib/Dialect/DLTI/
H A DDLTI.cpp164 combineOneSpec(DataLayoutSpecInterface spec,DenseMap<TypeID,DataLayoutEntryList> & entriesForType,DenseMap<StringAttr,DataLayoutEntryInterface> & entriesForID) combineOneSpec() argument
[all...]
/llvm-project/mlir/lib/Dialect/IRDL/
H A DIRDLLoading.cpp197 const DenseMap<StringAttr, size_t> &attributeConstrs) { in irdlOpVerifier()
/llvm-project/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp689 DenseMap<StringAttr, DataLayoutEntryInterface> &ids) { in bucketEntriesByType() argument
[all...]