MLIR
20.0.0git
mlir
Builder
mlir::Builder Member List
This is the complete list of members for
mlir::Builder
, including all inherited members.
Builder
(MLIRContext *context)
mlir::Builder
inline
explicit
Builder
(Operation *op)
mlir::Builder
inline
explicit
context
mlir::Builder
protected
getAffineConstantExpr
(int64_t constant)
mlir::Builder
getAffineDimExpr
(unsigned position)
mlir::Builder
getAffineMapArrayAttr
(ArrayRef< AffineMap > values)
mlir::Builder
getAffineSymbolExpr
(unsigned position)
mlir::Builder
getArrayAttr
(ArrayRef< Attribute > value)
mlir::Builder
getAttr
(Args &&...args)
mlir::Builder
inline
getBF16Type
()
mlir::Builder
getBoolArrayAttr
(ArrayRef< bool > values)
mlir::Builder
getBoolAttr
(bool value)
mlir::Builder
getBoolVectorAttr
(ArrayRef< bool > values)
mlir::Builder
getConstantAffineMap
(int64_t val)
mlir::Builder
getContext
() const
mlir::Builder
inline
getDenseBoolArrayAttr
(ArrayRef< bool > values)
mlir::Builder
getDenseF32ArrayAttr
(ArrayRef< float > values)
mlir::Builder
getDenseF64ArrayAttr
(ArrayRef< double > values)
mlir::Builder
getDenseI16ArrayAttr
(ArrayRef< int16_t > values)
mlir::Builder
getDenseI32ArrayAttr
(ArrayRef< int32_t > values)
mlir::Builder
getDenseI64ArrayAttr
(ArrayRef< int64_t > values)
mlir::Builder
getDenseI8ArrayAttr
(ArrayRef< int8_t > values)
mlir::Builder
getDictionaryAttr
(ArrayRef< NamedAttribute > value)
mlir::Builder
getDimIdentityMap
()
mlir::Builder
getEmptyAffineMap
()
mlir::Builder
getF128Type
()
mlir::Builder
getF16FloatAttr
(float value)
mlir::Builder
getF16Type
()
mlir::Builder
getF32ArrayAttr
(ArrayRef< float > values)
mlir::Builder
getF32FloatAttr
(float value)
mlir::Builder
getF32Type
()
mlir::Builder
getF32VectorAttr
(ArrayRef< float > values)
mlir::Builder
getF64ArrayAttr
(ArrayRef< double > values)
mlir::Builder
getF64FloatAttr
(double value)
mlir::Builder
getF64Type
()
mlir::Builder
getF64VectorAttr
(ArrayRef< double > values)
mlir::Builder
getF80Type
()
mlir::Builder
getFloat4E2M1FNType
()
mlir::Builder
getFloat6E2M3FNType
()
mlir::Builder
getFloat6E3M2FNType
()
mlir::Builder
getFloat8E3M4Type
()
mlir::Builder
getFloat8E4M3B11FNUZType
()
mlir::Builder
getFloat8E4M3FNType
()
mlir::Builder
getFloat8E4M3FNUZType
()
mlir::Builder
getFloat8E4M3Type
()
mlir::Builder
getFloat8E5M2FNUZType
()
mlir::Builder
getFloat8E5M2Type
()
mlir::Builder
getFloat8E8M0FNUType
()
mlir::Builder
getFloatAttr
(Type type, double value)
mlir::Builder
getFloatAttr
(Type type, const APFloat &value)
mlir::Builder
getFunctionType
(TypeRange inputs, TypeRange results)
mlir::Builder
getFusedLoc
(ArrayRef< Location > locs, Attribute metadata=Attribute())
mlir::Builder
getI16IntegerAttr
(int16_t value)
mlir::Builder
getI16Type
()
mlir::Builder
getI1Type
()
mlir::Builder
getI2Type
()
mlir::Builder
getI32ArrayAttr
(ArrayRef< int32_t > values)
mlir::Builder
getI32IntegerAttr
(int32_t value)
mlir::Builder
getI32TensorAttr
(ArrayRef< int32_t > values)
mlir::Builder
getI32Type
()
mlir::Builder
getI32VectorAttr
(ArrayRef< int32_t > values)
mlir::Builder
getI4Type
()
mlir::Builder
getI64ArrayAttr
(ArrayRef< int64_t > values)
mlir::Builder
getI64IntegerAttr
(int64_t value)
mlir::Builder
getI64TensorAttr
(ArrayRef< int64_t > values)
mlir::Builder
getI64Type
()
mlir::Builder
getI64VectorAttr
(ArrayRef< int64_t > values)
mlir::Builder
getI8IntegerAttr
(int8_t value)
mlir::Builder
getI8Type
()
mlir::Builder
getIndexArrayAttr
(ArrayRef< int64_t > values)
mlir::Builder
getIndexAttr
(int64_t value)
mlir::Builder
getIndexTensorAttr
(ArrayRef< int64_t > values)
mlir::Builder
getIndexType
()
mlir::Builder
getIndexVectorAttr
(ArrayRef< int64_t > values)
mlir::Builder
getIntegerAttr
(Type type, int64_t value)
mlir::Builder
getIntegerAttr
(Type type, const APInt &value)
mlir::Builder
getIntegerType
(unsigned width)
mlir::Builder
getIntegerType
(unsigned width, bool isSigned)
mlir::Builder
getMultiDimIdentityMap
(unsigned rank)
mlir::Builder
getNamedAttr
(StringRef name, Attribute val)
mlir::Builder
getNoneType
()
mlir::Builder
getOneAttr
(Type type)
mlir::Builder
getShiftedAffineMap
(AffineMap map, int64_t shift)
mlir::Builder
getSI32IntegerAttr
(int32_t value)
mlir::Builder
getSingleDimShiftAffineMap
(int64_t shift)
mlir::Builder
getStrArrayAttr
(ArrayRef< StringRef > values)
mlir::Builder
getStringAttr
(const Twine &bytes)
mlir::Builder
getSymbolIdentityMap
()
mlir::Builder
getTF32Type
()
mlir::Builder
getTupleType
(TypeRange elementTypes)
mlir::Builder
getType
(Args &&...args)
mlir::Builder
inline
getTypeArrayAttr
(TypeRange values)
mlir::Builder
getUI32IntegerAttr
(uint32_t value)
mlir::Builder
getUnitAttr
()
mlir::Builder
getUnknownLoc
()
mlir::Builder
getZeroAttr
(Type type)
mlir::Builder
Generated on Tue Nov 19 2024 04:32:34 for MLIR by
1.9.1