Home
last modified time | relevance | path

Searched refs:existingOp (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/lib/Transforms/Utils/
DFoldUtils.cpp272 if (auto *existingOp = uniquedConstants.lookup(newKey)) { in tryGetOrCreateConstant() local
274 referencedDialects[existingOp].push_back(dialect); in tryGetOrCreateConstant()
275 return constInst = existingOp; in tryGetOrCreateConstant()
/external/llvm-project/mlir/lib/IR/
DOperation.cpp503 void Operation::moveBefore(Operation *existingOp) { in moveBefore() argument
504 moveBefore(existingOp->getBlock(), existingOp->getIterator()); in moveBefore()
517 void Operation::moveAfter(Operation *existingOp) { in moveAfter() argument
518 moveAfter(existingOp->getBlock(), existingOp->getIterator()); in moveAfter()
/external/llvm-project/mlir/include/mlir/IR/
DOperation.h185 void moveBefore(Operation *existingOp);
194 void moveAfter(Operation *existingOp);