Searched refs:getDictionary (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | FunctionInterfaces.h | 139 op.setArgAttrs(index, attributes.getDictionary(value.getContext())); in setArgAttr() 152 op.setArgAttrs(index, attributes.getDictionary(removedAttr.getContext())); in removeArgAttr() 189 op.setResultAttrs(index, attributes.getDictionary(value.getContext())); in setResultAttr() 202 attributes.getDictionary(removedAttr.getContext())); in removeResultAttr()
|
| H A D | Operation.h | 398 attrs = attributes.getDictionary(getContext()); in setAttr() 411 attrs = attributes.getDictionary(getContext()); in removeAttr() 460 setAttrs(attrs.getDictionary(getContext())); in setDialectAttrs() 468 setAttrs(attrs.getDictionary(getContext())); in populateDefaultAttrs()
|
| H A D | OperationSupport.h | 562 DictionaryAttr getDictionary(MLIRContext *context) const;
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | FunctionImplementation.cpp | 66 argument.attrs = attrs.getDictionary(parser.getContext()); in parseFunctionArgumentList() 108 resultAttrs.back() = attrs.getDictionary(parser.getContext()); in parseFunctionResultList()
|
| H A D | Operation.cpp | 29 state.attributes.getDictionary(state.getContext()), in create() 83 attributes.getDictionary(location.getContext()), needsOperandStorage); in create()
|
| H A D | OperationSupport.cpp | 53 DictionaryAttr NamedAttrList::getDictionary(MLIRContext *context) const { in getDictionary() function in NamedAttrList
|
| /llvm-project-15.0.7/mlir/test/mlir-tblgen/ |
| H A D | op-result.td | 36 // CHECK: odsState.attributes.getDictionary(odsState.getContext()),
|
| /llvm-project-15.0.7/mlir/lib/AsmParser/ |
| H A D | AttributeParser.cpp | 105 return elements.getDictionary(getContext()); in parseAttribute()
|
| H A D | Parser.cpp | 1630 result.attrs = attrs.getDictionary(getContext()); in parseArgument()
|
| /llvm-project-15.0.7/mlir/lib/CAPI/IR/ |
| H A D | IR.cpp | 313 state.attributes.getDictionary(context), state.regions, state.types))) in inferOperationTypes()
|
| /llvm-project-15.0.7/mlir/lib/Rewrite/ |
| H A D | ByteCode.cpp | 1543 state.attributes.getDictionary(state.getContext()), state.regions, in executeCreateOperation() 1563 << state.attributes.getDictionary(state.getContext()) in executeCreateOperation()
|
| /llvm-project-15.0.7/mlir/tools/mlir-tblgen/ |
| H A D | OpFormatGen.cpp | 574 result.attributes.getDictionary(parser.getContext()),
|