Searched defs:OperationState (Results 1 – 2 of 2) sorted by relevance
389 struct OperationState { struct402 OperationState(Location location, StringRef name); argument413 void addTypes(ArrayRef<Type> newTypes) { in addTypes()418 addTypes(RangeT &&newTypes) { in addTypes()423 void addAttribute(StringRef name, Attribute attr) { in addAttribute()428 void addAttribute(Identifier name, Attribute attr) { in addAttribute()433 void addAttributes(ArrayRef<NamedAttribute> newAttributes) { in addAttributes()437 void addSuccessors(Block *successor) { successors.push_back(successor); } in addSuccessors()455 MLIRContext *getContext() const { return location->getContext(); } in getContext()
195 OperationState::OperationState(Location location, StringRef name) in OperationState() function in OperationState198 OperationState::OperationState(Location location, OperationName name) in OperationState() function in OperationState201 OperationState::OperationState(Location location, StringRef name, in OperationState() function in OperationState