Home
last modified time | relevance | path

Searched refs:nOperands (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/lib/CAPI/Interfaces/
H A DInterfaces.cpp40 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 DInterfaces.h59 intptr_t nOperands, MlirValue *operands, MlirAttribute attributes,
H A DIR.h316 intptr_t nOperands; member
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp241 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 DOperation.cpp758 unsigned nOperands = op->getNumOperands(); in verifySameTypeOperands() local
759 if (nOperands < 2) in verifySameTypeOperands()