Home
last modified time | relevance | path

Searched refs:opaqueAttr (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/IR/
DAsmPrinter.cpp1488 if (auto opaqueAttr = attr.dyn_cast<OpaqueAttr>()) { in printAttribute() local
1489 printDialectSymbol(os, "#", opaqueAttr.getDialectNamespace(), in printAttribute()
1490 opaqueAttr.getAttrData()); in printAttribute()
1564 } else if (auto opaqueAttr = attr.dyn_cast<OpaqueElementsAttr>()) { in printAttribute() local
1565 if (printerFlags.shouldElideElementsAttr(opaqueAttr)) { in printAttribute()
1568 os << "opaque<\"" << opaqueAttr.getDialect()->getNamespace() << "\", "; in printAttribute()
1569 os << '"' << "0x" << llvm::toHex(opaqueAttr.getValue()) << "\">"; in printAttribute()
DBuiltinAttributes.cpp451 if (auto opaqueAttr = dyn_cast<OpaqueElementsAttr>()) in getValue() local
452 return opaqueAttr.getValue(index); in getValue()