Searched refs:getInterfaceFor (Results 1 – 12 of 12) sorted by relevance
103 const DialectInterface *getInterfaceFor(Operation *op) const;106 const DialectInterface *getInterfaceFor(Dialect *dialect) const { in getInterfaceFor() function164 const InterfaceType *getInterfaceFor(Object *obj) const { in getInterfaceFor() function166 detail::DialectInterfaceCollectionBase::getInterfaceFor(obj)); in getInterfaceFor()
222 static typename InterfaceBase::Concept *getInterfaceFor(Type type) { in getInterfaceFor() function
234 static typename InterfaceBase::Concept *getInterfaceFor(Attribute attr) { in getInterfaceFor() function
190 auto *opConcept = getInterfaceFor(op);
1933 static typename InterfaceBase::Concept *getInterfaceFor(Operation *op) {
62 if (auto *handler = getInterfaceFor(call)) in isLegalToInline()70 if (auto *handler = getInterfaceFor(dest->getParentOp())) in isLegalToInline()78 if (auto *handler = getInterfaceFor(op)) in isLegalToInline()84 auto *handler = getInterfaceFor(op); in shouldAnalyzeRecursively()91 auto *handler = getInterfaceFor(op); in handleTerminator()100 auto *handler = getInterfaceFor(op); in handleTerminator()107 auto *handler = getInterfaceFor(call); in processInlinedCallBlocks()367 const auto *callInterface = interface.getInterfaceFor(call->getDialect()); in inlineCall()
37 auto *interface = interfaces.getInterfaceFor(parentOp); in getInsertionRegion()
73 if (const LLVMTranslationDialectInterface *iface = getInterfaceFor(op)) in convertOperation()84 getInterfaceFor(attribute.getNameDialect())) { in amendOperation()
95 : BaseType(t), impl(t ? ConcreteType::getInterfaceFor(t) : nullptr) { in BaseType()105 : BaseType(t), impl(t ? ConcreteType::getInterfaceFor(t) : nullptr) { in Interface()114 static bool classof(ValueT t) { return ConcreteType::getInterfaceFor(t); } in classof()
131 DialectInterfaceCollectionBase::getInterfaceFor(Operation *op) const { in getInterfaceFor() function in DialectInterfaceCollectionBase132 return getInterfaceFor(op->getDialect()); in getInterfaceFor()
544 const LLVMTranslationDialectInterface *opIface = iface.getInterfaceFor(&op); in convertOperation()
101 auto *handler = getInterfaceFor(dest->getContainingOp());