Home
last modified time | relevance | path

Searched refs:mlirOperationSetOperand (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h471 MLIR_CAPI_EXPORTED void mlirOperationSetOperand(MlirOperation op, intptr_t pos,
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp432 void mlirOperationSetOperand(MlirOperation op, intptr_t pos, in mlirOperationSetOperand() function
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c1718 mlirOperationSetOperand(op, 0, constOneValue); in testOperands()
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp2045 mlirOperationSetOperand(operation->get(), index, value.get()); in dunderSetItem()