/llvm-project/mlir/python/mlir/dialects/ |
H A D | pdl.py | 80 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 D | mlir-support.cpp | 39 mlir::Attribute StringAttr = mlir::StringAttr::get(&Context, "foo"); variable
|
/llvm-project/mlir/python/mlir/dialects/transform/ |
H A D | loop.py | 30 func_name: Union[str, StringAttr], argument
|
H A D | structured.py | 384 __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 D | Attributes.h | 17 class StringAttr; variable
|
H A D | BuiltinTypes.h | 33 class StringAttr; global() variable
|
H A D | Builders.h | 37 class StringAttr; global() variable
|
/llvm-project/mlir/lib/Dialect/Func/IR/ |
H A D | FuncOps.cpp | 226 __anone16db3640202(std::pair<StringAttr, Attribute> attrPair) cloneInto() argument
|
/llvm-project/mlir/lib/Dialect/DLTI/ |
H A D | DLTI.cpp | 164 combineOneSpec(DataLayoutSpecInterface spec,DenseMap<TypeID,DataLayoutEntryList> & entriesForType,DenseMap<StringAttr,DataLayoutEntryInterface> & entriesForID) combineOneSpec() argument [all...] |
/llvm-project/mlir/lib/Dialect/IRDL/ |
H A D | IRDLLoading.cpp | 197 const DenseMap<StringAttr, size_t> &attributeConstrs) { in irdlOpVerifier()
|
/llvm-project/mlir/lib/Interfaces/ |
H A D | DataLayoutInterfaces.cpp | 689 DenseMap<StringAttr, DataLayoutEntryInterface> &ids) { in bucketEntriesByType() argument [all...] |