MLIR
20.0.0git
|
This is the complete list of members for mlir::gpu::index_lowering::OpLowering< Op, XOp, YOp, ZOp >, including all inherited members.
addDebugLabels(ArrayRef< StringRef > labels) | mlir::Pattern | inline |
addDebugLabels(StringRef label) | mlir::Pattern | inline |
ConversionPattern(const TypeConverter &typeConverter, Args &&...args) | mlir::ConversionPattern | inlineprotected |
ConvertOpToLLVMPattern(const LLVMTypeConverter &typeConverter, PatternBenefit benefit=1) | mlir::ConvertOpToLLVMPattern< Op > | inlineexplicit |
ConvertToLLVMPattern(StringRef rootOpName, MLIRContext *context, const LLVMTypeConverter &typeConverter, PatternBenefit benefit=1) | mlir::ConvertToLLVMPattern | |
copyUnrankedDescriptors(OpBuilder &builder, Location loc, TypeRange origTypes, SmallVectorImpl< Value > &operands, bool toDynamic) const | mlir::ConvertToLLVMPattern | protected |
create(Args &&...args) | mlir::RewritePattern | inlinestatic |
createIndexAttrConstant(OpBuilder &builder, Location loc, Type resultType, int64_t value) | mlir::ConvertToLLVMPattern | protectedstatic |
createMemRefDescriptor(Location loc, MemRefType memRefType, Value allocatedPtr, Value alignedPtr, ArrayRef< Value > sizes, ArrayRef< Value > strides, ConversionPatternRewriter &rewriter) const | mlir::ConvertToLLVMPattern | protected |
getBenefit() const | mlir::Pattern | inline |
getContext() const | mlir::Pattern | inline |
getDebugLabels() const | mlir::Pattern | inline |
getDebugName() const | mlir::Pattern | inline |
getDialect() const | mlir::ConvertToLLVMPattern | protected |
getElementPtrType(MemRefType type) const | mlir::ConvertToLLVMPattern | protected |
getGeneratedOps() const | mlir::Pattern | inline |
getIndexType() const | mlir::ConvertToLLVMPattern | protected |
getIntPtrType(unsigned addressSpace=0) const | mlir::ConvertToLLVMPattern | protected |
getMemRefDescriptorSizes(Location loc, MemRefType memRefType, ValueRange dynamicSizes, ConversionPatternRewriter &rewriter, SmallVectorImpl< Value > &sizes, SmallVectorImpl< Value > &strides, Value &size, bool sizeInBytes=true) const | mlir::ConvertToLLVMPattern | protected |
getNumElements(Location loc, MemRefType memRefType, ValueRange dynamicSizes, ConversionPatternRewriter &rewriter) const | mlir::ConvertToLLVMPattern | protected |
getRootInterfaceID() const | mlir::Pattern | inline |
getRootKind() const | mlir::Pattern | inline |
getRootTraitID() const | mlir::Pattern | inline |
getSizeInBytes(Location loc, Type type, ConversionPatternRewriter &rewriter) const | mlir::ConvertToLLVMPattern | protected |
getStridedElementPtr(Location loc, MemRefType type, Value memRefDesc, ValueRange indices, ConversionPatternRewriter &rewriter) const | mlir::ConvertToLLVMPattern | protected |
getTypeConverter() const | mlir::ConvertToLLVMPattern | protected |
getVoidPtrType() const | mlir::ConvertToLLVMPattern | protected |
getVoidType() const | mlir::ConvertToLLVMPattern | protected |
hasBoundedRewriteRecursion() const | mlir::Pattern | inline |
isConvertibleAndHasIdentityMaps(MemRefType type) const | mlir::ConvertToLLVMPattern | protected |
match(Operation *op) const final | mlir::ConvertOpToLLVMPattern< Op > | inlinevirtual |
match(Op op) const | mlir::ConvertOpToLLVMPattern< Op > | inlinevirtual |
matchAndRewrite(Op op, typename Op::Adaptor adaptor, ConversionPatternRewriter &rewriter) const override | mlir::gpu::index_lowering::OpLowering< Op, XOp, YOp, ZOp > | inline |
ConvertOpToLLVMPattern< Op >::matchAndRewrite(Operation *op, ArrayRef< Value > operands, ConversionPatternRewriter &rewriter) const final | mlir::ConvertOpToLLVMPattern< Op > | inlinevirtual |
ConvertOpToLLVMPattern< Op >::matchAndRewrite(Op op, OpAdaptor adaptor, ConversionPatternRewriter &rewriter) const | mlir::ConvertOpToLLVMPattern< Op > | inlinevirtual |
mlir::ConvertToLLVMPattern::matchAndRewrite(Operation *op, PatternRewriter &rewriter) const final | mlir::ConversionPattern | virtual |
OpAdaptor typedef | mlir::ConvertOpToLLVMPattern< Op > | |
OpLowering(const LLVMTypeConverter &typeConverter) | mlir::gpu::index_lowering::OpLowering< Op, XOp, YOp, ZOp > | inlineexplicit |
OpLowering(const LLVMTypeConverter &typeConverter, IndexKind indexKind, IntrType intrType) | mlir::gpu::index_lowering::OpLowering< Op, XOp, YOp, ZOp > | inlineexplicit |
Pattern(StringRef rootName, PatternBenefit benefit, MLIRContext *context, ArrayRef< StringRef > generatedNames={}) | mlir::RewritePattern | protected |
Pattern(MatchAnyOpTypeTag tag, PatternBenefit benefit, MLIRContext *context, ArrayRef< StringRef > generatedNames={}) | mlir::RewritePattern | protected |
Pattern(MatchInterfaceOpTypeTag tag, TypeID interfaceID, PatternBenefit benefit, MLIRContext *context, ArrayRef< StringRef > generatedNames={}) | mlir::RewritePattern | protected |
Pattern(MatchTraitOpTypeTag tag, TypeID traitID, PatternBenefit benefit, MLIRContext *context, ArrayRef< StringRef > generatedNames={}) | mlir::RewritePattern | protected |
mlir::Pattern::Pattern(StringRef rootName, PatternBenefit benefit, MLIRContext *context, ArrayRef< StringRef > generatedNames={}) | mlir::Pattern | protected |
mlir::Pattern::Pattern(MatchAnyOpTypeTag tag, PatternBenefit benefit, MLIRContext *context, ArrayRef< StringRef > generatedNames={}) | mlir::Pattern | protected |
mlir::Pattern::Pattern(MatchInterfaceOpTypeTag tag, TypeID interfaceID, PatternBenefit benefit, MLIRContext *context, ArrayRef< StringRef > generatedNames={}) | mlir::Pattern | protected |
mlir::Pattern::Pattern(MatchTraitOpTypeTag tag, TypeID traitID, PatternBenefit benefit, MLIRContext *context, ArrayRef< StringRef > generatedNames={}) | mlir::Pattern | protected |
rewrite(Operation *op, ArrayRef< Value > operands, ConversionPatternRewriter &rewriter) const final | mlir::ConvertOpToLLVMPattern< Op > | inlinevirtual |
rewrite(Op op, OpAdaptor adaptor, ConversionPatternRewriter &rewriter) const | mlir::ConvertOpToLLVMPattern< Op > | inlinevirtual |
mlir::RewritePattern::rewrite(Operation *op, PatternRewriter &rewriter) const | mlir::RewritePattern | virtual |
setDebugName(StringRef name) | mlir::Pattern | inline |
setHasBoundedRewriteRecursion(bool hasBoundedRecursionArg=true) | mlir::Pattern | inlineprotected |
typeConverter | mlir::ConversionPattern | protected |
~RewritePattern()=default | mlir::RewritePattern | virtual |