Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp190 #define APPEND_ELEMS(type, sizeName, elemName) \ macro
198 APPEND_ELEMS(MlirType, nResults, results); in mlirOperationStateAddResults()
203 APPEND_ELEMS(MlirValue, nOperands, operands); in mlirOperationStateAddOperands()
207 APPEND_ELEMS(MlirRegion, nRegions, regions); in mlirOperationStateAddOwnedRegions()
211 APPEND_ELEMS(MlirBlock, nSuccessors, successors); in mlirOperationStateAddSuccessors()
215 APPEND_ELEMS(MlirNamedAttribute, nAttributes, attributes); in mlirOperationStateAddAttributes()