Home
last modified time | relevance | path

Searched defs:OperationState (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DOperationSupport.h979 OperationState(Location location, OperationName name, ValueRange operands, argument
950 struct OperationState { global() struct
951 locationOperationState global() argument
952 nameOperationState global() argument
953 operandsOperationState global() argument
955 typesOperationState global() argument
992 operatorOperationState global() argument
993 operatorOperationState global() argument
999 getOrAddPropertiesOperationState getOrAddProperties() argument
1015 getRawPropertiesOperationState getRawProperties() argument
1025 addTypesOperationState addTypes() argument
1030 addTypesOperationState addTypes() argument
1035 addAttributeOperationState addAttribute() argument
1041 addAttributeOperationState addAttribute() argument
1048 addAttributesOperationState addAttributes() argument
1053 addSuccessorsOperationState addSuccessors() argument
1074 getContextOperationState getContext() argument
[all...]
/llvm-project/mlir/lib/IR/
H A DOperationSupport.cpp188 : OperationState(locatio in OperationState() function in OperationState
169 OperationState::OperationState(Location location, StringRef name) OperationState() function in OperationState
172 OperationState::OperationState(Location location, OperationName name) OperationState() function in OperationState
175 OperationState::OperationState(Location location, OperationName name, OperationState() function in OperationState
[all...]