Searched refs:nOperands (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/CAPI/Interfaces/ |
| H A D | Interfaces.cpp | 40 intptr_t nOperands, MlirValue *operands, MlirAttribute attributes, in mlirInferTypeOpInterfaceInferReturnTypes() argument 53 (void)unwrapList(nOperands, operands, unwrappedOperands); in mlirInferTypeOpInterfaceInferReturnTypes()
|
| /llvm-project-15.0.7/mlir/include/mlir-c/ |
| H A D | Interfaces.h | 59 intptr_t nOperands, MlirValue *operands, MlirAttribute attributes,
|
| H A D | IR.h | 316 intptr_t nOperands; member
|
| /llvm-project-15.0.7/mlir/lib/CAPI/IR/ |
| H A D | IR.cpp | 241 state.nOperands = 0; in mlirOperationStateGet() 266 APPEND_ELEMS(MlirValue, nOperands, operands); in mlirOperationStateAddOperands() 328 unwrapList(state->nOperands, state->operands, operandStorage)); in mlirOperationCreate()
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Operation.cpp | 758 unsigned nOperands = op->getNumOperands(); in verifySameTypeOperands() local 759 if (nOperands < 2) in verifySameTypeOperands()
|