Home
last modified time | relevance | path

Searched defs:cloneWithoutRegions (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DBuilders.h586 return insert(op.cloneWithoutRegions()); in cloneWithoutRegions() function
589 OpT cloneWithoutRegions(OpT op) { in cloneWithoutRegions() function
593 OpT cloneWithoutRegions(OpT op) { cloneWithoutRegions() function
/llvm-project/mlir/lib/Dialect/Utils/
H A DStructuredOpsUtils.cpp209 Operation *mlir::cloneWithoutRegions(OpBuilder &b, Operation *op, in cloneWithoutRegions() function in mlir
/llvm-project/mlir/lib/IR/
H A DOperation.cpp703 Operation *Operation::cloneWithoutRegions(IRMapping &mapper) { in cloneWithoutRegions() function in Operation
707 Operation *Operation::cloneWithoutRegions() { in cloneWithoutRegions() function in Operation