Lines Matching refs:DenseArrayAttr
791 void DenseArrayAttr<T>::print(AsmPrinter &printer) const { in print()
796 void DenseArrayAttr<T>::printWithoutBraces(raw_ostream &os) const { in printWithoutBraces()
803 void DenseArrayAttr<int8_t>::printWithoutBraces(raw_ostream &os) const { in printWithoutBraces()
809 void DenseArrayAttr<T>::print(raw_ostream &os) const { in print()
838 Attribute DenseArrayAttr<T>::parseWithoutBraces(AsmParser &parser, in parseWithoutBraces()
854 Attribute DenseArrayAttr<T>::parse(AsmParser &parser, Type odsType) { in parse()
868 DenseArrayAttr<T>::operator ArrayRef<T>() const { in operator ArrayRef<T>()
931 DenseArrayAttr<T> DenseArrayAttr<T>::get(MLIRContext *context, in get()
940 .template cast<DenseArrayAttr<T>>(); in get()
944 bool DenseArrayAttr<T>::classof(Attribute attr) { in classof()
953 template class DenseArrayAttr<int8_t>; variable
954 template class DenseArrayAttr<int16_t>; variable
955 template class DenseArrayAttr<int32_t>; variable
956 template class DenseArrayAttr<int64_t>; variable
957 template class DenseArrayAttr<float>; variable
958 template class DenseArrayAttr<double>; variable