Home
last modified time | relevance | path

Searched refs:eraseOperand (Results 1 – 25 of 46) sorted by relevance

12

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/include/mlir/IR/
H A DOperation.h225 void eraseOperand(unsigned idx) { getOperandStorage().eraseOperand(idx); } in eraseOperand() function
420 getOperandStorage().eraseOperand(getSuccessorOperandIndex(succIndex) + in eraseSuccessorOperand()
H A DOperationSupport.h403 void eraseOperand(unsigned index);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/IR/
H A DOperationSupport.cpp107 void detail::OperandStorage::eraseOperand(unsigned index) { in eraseOperand() function in detail::OperandStorage
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/IR/
H A DOperation.h235 void eraseOperand(unsigned idx) { eraseOperands(idx); } in eraseOperand() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/IR/
H A DOperation.h238 void eraseOperand(unsigned idx) { eraseOperands(idx); } in eraseOperand() function
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/IR/
H A DOperation.h238 void eraseOperand(unsigned idx) { eraseOperands(idx); } in eraseOperand() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/IR/
H A DOperation.h238 void eraseOperand(unsigned idx) { eraseOperands(idx); } in eraseOperand() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DOperation.h238 void eraseOperand(unsigned idx) { eraseOperands(idx); } in eraseOperand() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/include/mlir/IR/
H A DOperation.h235 void eraseOperand(unsigned idx) { eraseOperands(idx); } in eraseOperand() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DOperation.h238 void eraseOperand(unsigned idx) { eraseOperands(idx); } in eraseOperand() function
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DOperation.h238 void eraseOperand(unsigned idx) { eraseOperands(idx); } in eraseOperand() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgOps.td705 void eraseOperand(OpBuilder& builder, OpOperand& operand) {
721 getOperation()->eraseOperand(operandIndex);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgOps.td705 void eraseOperand(OpBuilder& builder, OpOperand& operand) {
721 getOperation()->eraseOperand(operandIndex);
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgOps.td705 void eraseOperand(OpBuilder& builder, OpOperand& operand) {
721 getOperation()->eraseOperand(operandIndex);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp217 getOperation()->eraseOperand(idx); in fold()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgOps.td728 void eraseOperand(OpBuilder& builder, OpOperand& operand) {
744 getOperation()->eraseOperand(operandIndex);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Linalg/Transforms/
H A DFusion.cpp162 tiledLoop.eraseOperand(b, resultOperand); in getTiledOperands()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp454 getOperation()->eraseOperand(kNumConfigOperands + index); in eraseKernelArgument()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp285 getOperation()->eraseOperand(idx); in fold()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Linalg/Transforms/
H A DFusion.cpp162 tiledLoop.eraseOperand(b, resultOperand); in getTiledOperands()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Linalg/Transforms/
H A DFusion.cpp162 tiledLoop.eraseOperand(b, resultOperand); in getTiledOperands()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/Linalg/Transforms/
H A DFusion.cpp162 tiledLoop.eraseOperand(b, resultOperand); in getTiledOperands()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp334 getOperation()->eraseOperand(idx); in fold()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp334 getOperation()->eraseOperand(idx); in fold()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/StandardOps/IR/
H A DOps.cpp586 void BranchOp::eraseOperand(unsigned index) { (*this)->eraseOperand(index); } in eraseOperand() function in BranchOp

12