Lines Matching refs:getImpl
343 return getImpl().debugActionManager; in getDebugActionManager()
351 DiagnosticEngine &MLIRContext::getDiagEngine() { return getImpl().diagEngine; } in getDiagEngine()
416 auto &impl = getImpl(); in getOrLoadDialect()
603 auto &impl = context->getImpl(); in addType()
615 auto &impl = context->getImpl(); in addAttribute()
642 auto &impl = context->getImpl(); in lookupMutable()
654 MLIRContextImpl &ctxImpl = context->getImpl(); in OperationName()
697 auto &impl = ctx->getImpl(); in lookup()
724 auto &ctxImpl = ctx->getImpl(); in insert()
793 auto &impl = context->getImpl(); in lookupMutable()
806 StorageUniquer &MLIRContext::getTypeUniquer() { return getImpl().typeUniquer; } in getTypeUniquer()
809 return context->getImpl().bf16Ty; in get()
812 return context->getImpl().f16Ty; in get()
815 return context->getImpl().f32Ty; in get()
818 return context->getImpl().f64Ty; in get()
821 return context->getImpl().f80Ty; in get()
824 return context->getImpl().f128Ty; in get()
829 return context->getImpl().indexTy; in get()
843 return context->getImpl().int1Ty; in getCachedIntegerType()
845 return context->getImpl().int8Ty; in getCachedIntegerType()
847 return context->getImpl().int16Ty; in getCachedIntegerType()
849 return context->getImpl().int32Ty; in getCachedIntegerType()
851 return context->getImpl().int64Ty; in getCachedIntegerType()
853 return context->getImpl().int128Ty; in getCachedIntegerType()
877 if (NoneType cachedInst = context->getImpl().noneType) in get()
891 return getImpl().attributeUniquer; in getAttributeUniquer()
906 return value ? context->getImpl().trueAttr : context->getImpl().falseAttr; in get()
910 return context->getImpl().unitAttr; in get()
914 return context->getImpl().unknownLocAttr; in get()
919 return context->getImpl().emptyDictionaryAttr; in getEmpty()
935 MLIRContextImpl &impl = context->getImpl(); in initialize()
942 return context->getImpl().emptyStringAttr; in get()
950 return getImpl().affineUniquer; in getAffineUniquer()
953 AffineMap AffineMap::getImpl(unsigned dimCount, unsigned symbolCount, in getImpl() function in AffineMap
956 auto &impl = context->getImpl(); in getImpl()
987 return getImpl(/*dimCount=*/0, /*symbolCount=*/0, /*results=*/{}, context); in get()
992 return getImpl(dimCount, symbolCount, /*results=*/{}, context); in get()
998 return getImpl(dimCount, symbolCount, {result}, result.getContext()); in get()
1004 return getImpl(dimCount, symbolCount, results, context); in get()
1019 auto &impl = constraints[0].getContext()->getImpl(); in get()