Home
last modified time | relevance | path

Searched refs:getDictionary (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DFunctionInterfaces.h139 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 DOperation.h398 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 DOperationSupport.h562 DictionaryAttr getDictionary(MLIRContext *context) const;
/llvm-project-15.0.7/mlir/lib/IR/
H A DFunctionImplementation.cpp66 argument.attrs = attrs.getDictionary(parser.getContext()); in parseFunctionArgumentList()
108 resultAttrs.back() = attrs.getDictionary(parser.getContext()); in parseFunctionResultList()
H A DOperation.cpp29 state.attributes.getDictionary(state.getContext()), in create()
83 attributes.getDictionary(location.getContext()), needsOperandStorage); in create()
H A DOperationSupport.cpp53 DictionaryAttr NamedAttrList::getDictionary(MLIRContext *context) const { in getDictionary() function in NamedAttrList
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dop-result.td36 // CHECK: odsState.attributes.getDictionary(odsState.getContext()),
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DAttributeParser.cpp105 return elements.getDictionary(getContext()); in parseAttribute()
H A DParser.cpp1630 result.attrs = attrs.getDictionary(getContext()); in parseArgument()
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp313 state.attributes.getDictionary(context), state.regions, state.types))) in inferOperationTypes()
/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DByteCode.cpp1543 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 DOpFormatGen.cpp574 result.attributes.getDictionary(parser.getContext()),