Lines Matching defs:getAttribute
352 return getAttribute(values, ctx->getRef());
360 return getAttribute(values, ctx->getRef());
384 return getAttribute(values, arr.getContext());
389 static DerivedT getAttribute(const std::vector<EltTy> &values,
393 MlirAttribute attr = DerivedT::getAttribute(ctx->get(), intValues.size(),
398 DerivedT::getAttribute(ctx->get(), values.size(), values.data());
408 static constexpr auto getAttribute = mlirDenseBoolArrayGet;
417 static constexpr auto getAttribute = mlirDenseI8ArrayGet;
426 static constexpr auto getAttribute = mlirDenseI16ArrayGet;
435 static constexpr auto getAttribute = mlirDenseI32ArrayGet;
444 static constexpr auto getAttribute = mlirDenseI64ArrayGet;
453 static constexpr auto getAttribute = mlirDenseF32ArrayGet;
462 static constexpr auto getAttribute = mlirDenseF64ArrayGet;