Home
last modified time | relevance | path

Searched refs:mlirOperands (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRInterfaces.cpp192 llvm::SmallVector<MlirValue> mlirOperands; in inferReturnTypes() local
196 mlirOperands.reserve(operands->size()); in inferReturnTypes()
198 mlirOperands.push_back(value); in inferReturnTypes()
218 opNameRef, pyContext.get(), location.resolve(), mlirOperands.size(), in inferReturnTypes()
219 mlirOperands.data(), attributeDict, mlirRegions.size(), in inferReturnTypes()
H A DIRCore.cpp1119 llvm::SmallVector<MlirValue, 4> mlirOperands; in create() local
1130 mlirOperands.reserve(operands->size()); in create()
1134 mlirOperands.push_back(operand->get()); in create()
1194 if (!mlirOperands.empty()) in create()
1195 mlirOperationStateAddOperands(&state, mlirOperands.size(), in create()
1196 mlirOperands.data()); in create()