Searched defs:copyProperties (Results 1 – 4 of 4) sorted by relevance
/llvm-project/mlir/include/mlir/IR/ | ||
H A D | ExtensibleDialect.h | 496 void copyProperties(OpaqueProperties lhs, OpaqueProperties rhs) final {} in copyProperties() function |
H A D | OperationSupport.h | 662 void copyProperties(OpaqueProperties lhs, OpaqueProperties rhs) final { copyProperties() function |
/llvm-project/mlir/lib/IR/ | ||
H A D | MLIRContext.cpp | 895 void OperationName::UnregisteredOpModel::copyProperties(OpaqueProperties lhs, copyProperties() function in OperationName::UnregisteredOpModel |
H A D | Operation.cpp | 366 void Operation::copyProperties(OpaqueProperties rhs) { in copyProperties() function in Operation |