Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DBuilders.h468 Operation *cloneWithoutRegions(Operation &op, BlockAndValueMapping &mapper) { in cloneWithoutRegions() function
471 Operation *cloneWithoutRegions(Operation &op) { in cloneWithoutRegions() function
474 template <typename OpT> OpT cloneWithoutRegions(OpT op) { in cloneWithoutRegions() function
DOpDefinition.h1524 ConcreteType cloneWithoutRegions() { in cloneWithoutRegions() function
/external/llvm-project/mlir/lib/IR/
DOperation.cpp607 Operation *Operation::cloneWithoutRegions(BlockAndValueMapping &mapper) { in cloneWithoutRegions() function in Operation
632 Operation *Operation::cloneWithoutRegions() { in cloneWithoutRegions() function in Operation