Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/CAPI/Interfaces/
H A DInterfaces.cpp41 SmallVector<Value> unwrapOperands(intptr_t nOperands, MlirValue *operands) { in unwrapOperands()
94 intptr_t nOperands, MlirValue *operands, MlirAttribute attributes, in mlirInferTypeOpInterfaceInferReturnTypes()
129 intptr_t nOperands, MlirValue *operands, MlirAttribute attributes, in mlirInferShapedTypeOpInterfaceInferReturnTypes()
/llvm-project/mlir/include/mlir-c/
H A DIR.h345 intptr_t nOperands; global() member
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DDropUnitDims.cpp1047 SmallVector<std::pair<Value, unsigned>, 2> nOperands; getOperandUnitDims() local
/llvm-project/mlir/lib/IR/
H A DOperation.cpp973 unsigned nOperands = op->getNumOperands(); in verifySameTypeOperands() local
/llvm-project/mlir/lib/CAPI/IR/
H A DIR.cpp581 mlirOperationSetOperands(MlirOperation op,intptr_t nOperands,MlirValue const * operands) mlirOperationSetOperands() argument