Searched refs:UpperBoundAttr (Results 1 – 8 of 8) sorted by relevance
94 UpperBoundAttr UpperBoundAttr::get(mlir::MLIRContext *ctxt) { in get()95 return AttributeUniquer::get<UpperBoundAttr>(ctxt); in get()189 if (attrName == UpperBoundAttr::getAttrName()) in parseFirAttribute()190 return UpperBoundAttr::get(dialect->getContext()); in parseFirAttribute()219 } else if (attr.dyn_cast_or_null<fir::UpperBoundAttr>()) { in printFirAttribute()220 os << fir::UpperBoundAttr::getAttrName(); in printFirAttribute()
22 PointIntervalAttr, RealAttr, SubclassAttr, UpperBoundAttr>(); in FIROpsDialect()
1480 attr.dyn_cast_or_null<UpperBoundAttr>()) in isValidCaseAttr()
74 class UpperBoundAttr75 : public mlir::Attribute::AttrBase<UpperBoundAttr, mlir::Attribute,81 static UpperBoundAttr get(mlir::MLIRContext *ctxt);
856 attr.isa<fir::UpperBoundAttr>() ||
1044 if (auto UpperBoundAttr = Child.find(DW_AT_upper_bound)) in getTypeSize() local1046 UpperBoundAttr->getAsSignedConstant()) { in getTypeSize()
1109 if (auto UpperBoundAttr = Child.find(DW_AT_upper_bound)) in getTypeSize() local1111 UpperBoundAttr->getAsSignedConstant()) { in getTypeSize()
44735 type UpperBoundAttr func(optionalAttr) type44739 func UpperBoundOutType(value tf.DataType) UpperBoundAttr {44773 func UpperBound(scope *Scope, sorted_inputs tf.Output, values tf.Output, optional ...UpperBoundAttr… argument