Searched defs:nOperands (Results 1 – 5 of 5) sorted by relevance
/llvm-project/mlir/lib/CAPI/Interfaces/ |
H A D | Interfaces.cpp | 41 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 D | IR.h | 345 intptr_t nOperands; global() member
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | DropUnitDims.cpp | 1047 SmallVector<std::pair<Value, unsigned>, 2> nOperands; getOperandUnitDims() local
|
/llvm-project/mlir/lib/IR/ |
H A D | Operation.cpp | 973 unsigned nOperands = op->getNumOperands(); in verifySameTypeOperands() local
|
/llvm-project/mlir/lib/CAPI/IR/ |
H A D | IR.cpp | 581 mlirOperationSetOperands(MlirOperation op,intptr_t nOperands,MlirValue const * operands) mlirOperationSetOperands() argument
|