Home
last modified time | relevance | path

Searched defs:copyProperties (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DExtensibleDialect.h496 void copyProperties(OpaqueProperties lhs, OpaqueProperties rhs) final {} in copyProperties() function
H A DOperationSupport.h662 void copyProperties(OpaqueProperties lhs, OpaqueProperties rhs) final { copyProperties() function
/llvm-project/mlir/lib/IR/
H A DMLIRContext.cpp895 void OperationName::UnregisteredOpModel::copyProperties(OpaqueProperties lhs, copyProperties() function in OperationName::UnregisteredOpModel
H A DOperation.cpp366 void Operation::copyProperties(OpaqueProperties rhs) { in copyProperties() function in Operation