Home
last modified time | relevance | path

Searched refs:UpperBoundAttr (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIRAttr.cpp94 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()
DFIRDialect.cpp22 PointIntervalAttr, RealAttr, SubclassAttr, UpperBoundAttr>(); in FIROpsDialect()
DFIROps.cpp1480 attr.dyn_cast_or_null<UpperBoundAttr>()) in isValidCaseAttr()
/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIRAttr.h74 class UpperBoundAttr
75 : public mlir::Attribute::AttrBase<UpperBoundAttr, mlir::Attribute,
81 static UpperBoundAttr get(mlir::MLIRContext *ctxt);
DFIROps.td856 attr.isa<fir::UpperBoundAttr>() ||
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1044 if (auto UpperBoundAttr = Child.find(DW_AT_upper_bound)) in getTypeSize() local
1046 UpperBoundAttr->getAsSignedConstant()) { in getTypeSize()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1109 if (auto UpperBoundAttr = Child.find(DW_AT_upper_bound)) in getTypeSize() local
1111 UpperBoundAttr->getAsSignedConstant()) { in getTypeSize()
/external/tensorflow/tensorflow/go/op/
Dwrappers.go44735 type UpperBoundAttr func(optionalAttr) type
44739 func UpperBoundOutType(value tf.DataType) UpperBoundAttr {
44773 func UpperBound(scope *Scope, sorted_inputs tf.Output, values tf.Output, optional ...UpperBoundAttr argument