Home
last modified time | relevance | path

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

/external/llvm-project/mlir/test/CAPI/
Dir.c39 mlirOperationStateAddOperands(&loadLHSState, 2, loadLHSOperands); in populateLoopBody()
47 mlirOperationStateAddOperands(&loadRHSState, 2, loadRHSOperands); in populateLoopBody()
56 mlirOperationStateAddOperands(&addState, 2, addOperands); in populateLoopBody()
64 mlirOperationStateAddOperands(&storeState, 3, storeOperands); in populateLoopBody()
121 mlirOperationStateAddOperands(&dimState, 2, dimOperands); in makeAndDumpAdd()
146 mlirOperationStateAddOperands(&loopState, 3, loopOperands); in makeAndDumpAdd()
/external/llvm-project/mlir/include/mlir-c/
DIR.h236 mlirOperationStateAddOperands(MlirOperationState *state, intptr_t n,
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp201 void mlirOperationStateAddOperands(MlirOperationState *state, intptr_t n, in mlirOperationStateAddOperands() function
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp953 mlirOperationStateAddOperands(&state, mlirOperands.size(), in create()