Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/IR/
H A DAsmPrinter.cpp1436 if (auto opaqueAttr = attr.dyn_cast<OpaqueAttr>()) { in printAttribute() local
1437 printDialectSymbol(os, "#", opaqueAttr.getDialectNamespace(), in printAttribute()
1438 opaqueAttr.getAttrData()); in printAttribute()
1512 } else if (auto opaqueAttr = attr.dyn_cast<OpaqueElementsAttr>()) { in printAttribute() local
1513 if (printerFlags.shouldElideElementsAttr(opaqueAttr)) { in printAttribute()
1516 os << "opaque<\"" << opaqueAttr.getDialect()->getNamespace() << "\", "; in printAttribute()
1517 os << '"' << "0x" << llvm::toHex(opaqueAttr.getValue()) << "\">"; in printAttribute()
H A DAttributes.cpp482 if (auto opaqueAttr = dyn_cast<OpaqueElementsAttr>()) in getValue() local
483 return opaqueAttr.getValue(index); in getValue()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/IR/
H A DAsmPrinter.cpp1608 if (auto opaqueAttr = attr.dyn_cast<OpaqueAttr>()) { in printAttribute() local
1609 printDialectSymbol(os, "#", opaqueAttr.getDialectNamespace(), in printAttribute()
1610 opaqueAttr.getAttrData()); in printAttribute()
1684 } else if (auto opaqueAttr = attr.dyn_cast<OpaqueElementsAttr>()) { in printAttribute() local
1685 if (printerFlags.shouldElideElementsAttr(opaqueAttr)) { in printAttribute()
1688 os << "opaque<\"" << opaqueAttr.getDialect() << "\", \"0x" in printAttribute()
1689 << llvm::toHex(opaqueAttr.getValue()) << "\">"; in printAttribute()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DAsmPrinter.cpp1528 if (auto opaqueAttr = attr.dyn_cast<OpaqueAttr>()) { in printAttribute() local
1529 printDialectSymbol(os, "#", opaqueAttr.getDialectNamespace(), in printAttribute()
1530 opaqueAttr.getAttrData()); in printAttribute()
1604 } else if (auto opaqueAttr = attr.dyn_cast<OpaqueElementsAttr>()) { in printAttribute() local
1605 if (printerFlags.shouldElideElementsAttr(opaqueAttr)) { in printAttribute()
1608 os << "opaque<\"" << opaqueAttr.getDialect()->getNamespace() << "\", "; in printAttribute()
1609 os << '"' << "0x" << llvm::toHex(opaqueAttr.getValue()) << "\">"; in printAttribute()
H A DBuiltinAttributes.cpp451 if (auto opaqueAttr = dyn_cast<OpaqueElementsAttr>()) in getValue() local
452 return opaqueAttr.getValue(index); in getValue()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DAsmPrinter.cpp1585 if (auto opaqueAttr = attr.dyn_cast<OpaqueAttr>()) { in printAttribute() local
1586 printDialectSymbol(os, "#", opaqueAttr.getDialectNamespace(), in printAttribute()
1587 opaqueAttr.getAttrData()); in printAttribute()
1661 } else if (auto opaqueAttr = attr.dyn_cast<OpaqueElementsAttr>()) { in printAttribute() local
1662 if (printerFlags.shouldElideElementsAttr(opaqueAttr)) { in printAttribute()
1665 os << "opaque<\"" << opaqueAttr.getDialect() << "\", \"0x" in printAttribute()
1666 << llvm::toHex(opaqueAttr.getValue()) << "\">"; in printAttribute()
H A DBuiltinAttributes.cpp387 if (auto opaqueAttr = dyn_cast<OpaqueElementsAttr>()) in getValue() local
388 return opaqueAttr.getValue(index); in getValue()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/IR/
H A DAsmPrinter.cpp1585 if (auto opaqueAttr = attr.dyn_cast<OpaqueAttr>()) { in printAttribute() local
1586 printDialectSymbol(os, "#", opaqueAttr.getDialectNamespace(), in printAttribute()
1587 opaqueAttr.getAttrData()); in printAttribute()
1661 } else if (auto opaqueAttr = attr.dyn_cast<OpaqueElementsAttr>()) { in printAttribute() local
1662 if (printerFlags.shouldElideElementsAttr(opaqueAttr)) { in printAttribute()
1665 os << "opaque<\"" << opaqueAttr.getDialect() << "\", \"0x" in printAttribute()
1666 << llvm::toHex(opaqueAttr.getValue()) << "\">"; in printAttribute()
H A DBuiltinAttributes.cpp387 if (auto opaqueAttr = dyn_cast<OpaqueElementsAttr>()) in getValue() local
388 return opaqueAttr.getValue(index); in getValue()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DAsmPrinter.cpp1528 if (auto opaqueAttr = attr.dyn_cast<OpaqueAttr>()) { in printAttribute() local
1529 printDialectSymbol(os, "#", opaqueAttr.getDialectNamespace(), in printAttribute()
1530 opaqueAttr.getAttrData()); in printAttribute()
1604 } else if (auto opaqueAttr = attr.dyn_cast<OpaqueElementsAttr>()) { in printAttribute() local
1605 if (printerFlags.shouldElideElementsAttr(opaqueAttr)) { in printAttribute()
1608 os << "opaque<\"" << opaqueAttr.getDialect()->getNamespace() << "\", "; in printAttribute()
1609 os << '"' << "0x" << llvm::toHex(opaqueAttr.getValue()) << "\">"; in printAttribute()
H A DBuiltinAttributes.cpp451 if (auto opaqueAttr = dyn_cast<OpaqueElementsAttr>()) in getValue() local
452 return opaqueAttr.getValue(index); in getValue()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DAsmPrinter.cpp1585 if (auto opaqueAttr = attr.dyn_cast<OpaqueAttr>()) {
1586 printDialectSymbol(os, "#", opaqueAttr.getDialectNamespace(),
1587 opaqueAttr.getAttrData());
1661 } else if (auto opaqueAttr = attr.dyn_cast<OpaqueElementsAttr>()) {
1662 if (printerFlags.shouldElideElementsAttr(opaqueAttr)) {
1665 os << "opaque<\"" << opaqueAttr.getDialect() << "\", \"0x"
1666 << llvm::toHex(opaqueAttr.getValue()) << "\">";
H A DBuiltinAttributes.cpp387 if (auto opaqueAttr = dyn_cast<OpaqueElementsAttr>()) in getValue() local
388 return opaqueAttr.getValue(index); in getValue()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/IR/
H A DAsmPrinter.cpp1164 auto opaqueAttr = attr.cast<OpaqueAttr>(); in printAttribute() local
1165 printDialectSymbol(os, "#", opaqueAttr.getDialectNamespace(), in printAttribute()
1166 opaqueAttr.getAttrData()); in printAttribute()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/IR/
H A DAsmPrinter.cpp1313 auto opaqueAttr = attr.cast<OpaqueAttr>(); in printAttribute() local
1314 printDialectSymbol(os, "#", opaqueAttr.getDialectNamespace(), in printAttribute()
1315 opaqueAttr.getAttrData()); in printAttribute()