Lines Matching refs:intptr_t
49 MlirContext ctx, intptr_t numElements, MlirAttribute const *elements);
52 MLIR_CAPI_EXPORTED intptr_t mlirArrayAttrGetNumElements(MlirAttribute attr);
56 intptr_t pos);
68 MlirContext ctx, intptr_t numElements, MlirNamedAttribute const *elements);
71 MLIR_CAPI_EXPORTED intptr_t
76 mlirDictionaryAttrGetElement(MlirAttribute attr, intptr_t pos);
159 intptr_t dataLength, const char *data, MlirType type);
203 intptr_t numReferences, MlirAttribute const *references);
217 MLIR_CAPI_EXPORTED intptr_t
222 mlirSymbolRefAttrGetNestedReference(MlirAttribute attr, intptr_t pos);
274 intptr_t rank,
280 mlirElementsAttrIsValidIndex(MlirAttribute attr, intptr_t rank, uint64_t *idxs);
303 MlirType shapedType, intptr_t numElements, MlirAttribute const *elements);
328 MlirType shapedType, intptr_t numElements, const int *elements);
330 MlirType shapedType, intptr_t numElements, const uint32_t *elements);
332 MlirType shapedType, intptr_t numElements, const int32_t *elements);
334 MlirType shapedType, intptr_t numElements, const uint64_t *elements);
336 MlirType shapedType, intptr_t numElements, const int64_t *elements);
338 MlirType shapedType, intptr_t numElements, const float *elements);
340 MlirType shapedType, intptr_t numElements, const double *elements);
345 MlirType shapedType, intptr_t numElements, MlirStringRef *strs);
381 intptr_t pos);
383 mlirDenseElementsAttrGetInt32Value(MlirAttribute attr, intptr_t pos);
385 mlirDenseElementsAttrGetUInt32Value(MlirAttribute attr, intptr_t pos);
387 mlirDenseElementsAttrGetInt64Value(MlirAttribute attr, intptr_t pos);
389 mlirDenseElementsAttrGetUInt64Value(MlirAttribute attr, intptr_t pos);
391 intptr_t pos);
393 mlirDenseElementsAttrGetDoubleValue(MlirAttribute attr, intptr_t pos);
395 mlirDenseElementsAttrGetStringValue(MlirAttribute attr, intptr_t pos);