Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c49 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 DIR.h337 mlirOperationStateAddOperands(MlirOperationState *state, intptr_t n,
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp264 void mlirOperationStateAddOperands(MlirOperationState *state, intptr_t n, in mlirOperationStateAddOperands() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp1195 mlirOperationStateAddOperands(&state, mlirOperands.size(), in create()