Searched refs:mlirOperationStateAddOperands (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/mlir/test/CAPI/ |
| H A D | ir.c | 49 mlirOperationStateAddOperands(&loadLHSState, 2, loadLHSOperands); in populateLoopBody() 57 mlirOperationStateAddOperands(&loadRHSState, 2, loadRHSOperands); in populateLoopBody() 66 mlirOperationStateAddOperands(&addState, 2, addOperands); in populateLoopBody() 74 mlirOperationStateAddOperands(&storeState, 3, storeOperands); in populateLoopBody() 137 mlirOperationStateAddOperands(&dimState, 2, dimOperands); in makeAndDumpAdd() 164 mlirOperationStateAddOperands(&loopState, 3, loopOperands); in makeAndDumpAdd() 1705 mlirOperationStateAddOperands(&opState, 1, initialOperands); in testOperands()
|
| /llvm-project-15.0.7/mlir/include/mlir-c/ |
| H A D | IR.h | 337 mlirOperationStateAddOperands(MlirOperationState *state, intptr_t n,
|
| /llvm-project-15.0.7/mlir/lib/CAPI/IR/ |
| H A D | IR.cpp | 264 void mlirOperationStateAddOperands(MlirOperationState *state, intptr_t n, in mlirOperationStateAddOperands() function
|
| /llvm-project-15.0.7/mlir/lib/Bindings/Python/ |
| H A D | IRCore.cpp | 1195 mlirOperationStateAddOperands(&state, mlirOperands.size(), in create()
|