Searched refs:unwrapList (Results 1 – 8 of 8) sorted by relevance
/llvm-project/mlir/lib/CAPI/Dialect/ |
H A D | LLVM.cpp | 55 unwrapList(nArgumentTypes, argumentTypes, argumentStorage), isVarArg)); in mlirTypeIsALLVMStructType() 101 unwrap(ctx), unwrapList(nFieldTypes, fieldTypes, fieldStorage), in mlirLLVMStructTypeOpaqueGet() 112 unwrapList(nFieldTypes, fieldTypes, fieldStorage), isPacked)); in mlirLLVMStructTypeIdentifiedNewGet() 129 unwrap(ctx), unwrap(name), unwrapList(nFieldTypes, fieldTypes, fields), in mlirLLVMDIExpressionElemAttrGet() 140 .setBody(unwrapList(nFieldTypes, fieldTypes, fields), isPacked)); in mlirLLVMDIExpressionAttrGet() 159 unwrapList(nOperations, operations, attrStorage), in mlirLLVMDIBasicTypeAttrGet() 196 llvm::map_to_vector(unwrapList(nElements, elements, elementsStorage), in mlirLLVMDIDerivedTypeAttrGet() 307 llvm::map_to_vector(unwrapList(nTypes, types, attrStorage), in mlirLLVMDISubprogramAttrGetScope() 337 unwrapList(nRetainedNodes, retainedNodes, nodesStorage), in mlirLLVMDIModuleAttrGet() 340 unwrapList(nAnnotation in mlirLLVMDIModuleAttrGet() [all...] |
/llvm-project/mlir/lib/CAPI/IR/ |
H A D | IntegerSet.cpp | 47 (void)unwrapList(static_cast<size_t>(numConstraints), constraints, in mlirIntegerSetGet() 61 (void)unwrapList(unwrap(set).getNumDims(), dimReplacements, mlirDims); in mlirIntegerSetReplaceGet() 62 (void)unwrapList(unwrap(set).getNumSymbols(), symbolReplacements, in mlirIntegerSetReplaceGet()
|
H A D | BuiltinTypes.cpp | 572 ArrayRef<Type> typeRef = unwrapList(numElements, elements, types); 602 (void)unwrapList(numInputs, inputs, inputsList); 603 (void)unwrapList(numResults, results, resultsList);
|
H A D | IR.cpp | 284 ArrayRef<Location> unwrappedLocs = unwrapList(nLocations, locations, locs); in mlirLocationNameGet() 472 cppState.addTypes(unwrapList(state->nResults, state->results, resultStorage)); in mlirOperationCreate() 474 unwrapList(state->nOperands, state->operands, operandStorage)); in mlirOperationCreate() 476 unwrapList(state->nSuccessors, state->successors, successorStorage)); in mlirOperationCreate() 594 unwrap(op)->setOperands(unwrapList(nOperands, operands, ops));
|
H A D | AffineMap.cpp | 50 ArrayRef<AffineExpr> exprList = unwrapList(nAffineExprs, affineExprs, exprs); in mlirAffineMapGet()
|
H A D | BuiltinAttributes.cpp | 64 ArrayAttr::get(unwrap(ctx), unwrapList(static_cast<size_t>(numElements), in mlirArrayAttrGet() 519 unwrapList(numElements, elements, attributes))); in mlirDenseElementsAttrRawBufferGet()
|
/llvm-project/mlir/include/mlir/CAPI/ |
H A D | Wrap.h | 40 static llvm::ArrayRef<CppTy> unwrapList(size_t size, CTy *first, in unwrapList() function
|
/llvm-project/mlir/lib/CAPI/Interfaces/ |
H A D | Interfaces.cpp | 43 (void)unwrapList(nOperands, operands, unwrappedOperands); in unwrapOperands()
|