Home
last modified time | relevance | path

Searched defs:TransposeOpLowering (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/mlir/examples/toy/Ch7/mlir/
DLowerToAffineLoops.cpp220 struct TransposeOpLowering : public ConversionPattern { struct
221 TransposeOpLowering(MLIRContext *ctx) in TransposeOpLowering() argument
225 matchAndRewrite(Operation *op, ArrayRef<Value> operands, in matchAndRewrite()
/external/llvm-project/mlir/examples/toy/Ch6/mlir/
DLowerToAffineLoops.cpp219 struct TransposeOpLowering : public ConversionPattern { struct
220 TransposeOpLowering(MLIRContext *ctx) in TransposeOpLowering() argument
224 matchAndRewrite(Operation *op, ArrayRef<Value> operands, in matchAndRewrite()
/external/llvm-project/mlir/examples/toy/Ch5/mlir/
DLowerToAffineLoops.cpp220 struct TransposeOpLowering : public ConversionPattern { struct
221 TransposeOpLowering(MLIRContext *ctx) in TransposeOpLowering() function
225 matchAndRewrite(Operation *op, ArrayRef<Value> operands, in matchAndRewrite()
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp1240 class TransposeOpLowering : public OpRewritePattern<vector::TransposeOp> { class
1244 TransposeOpLowering(vector::VectorTransformsOptions vectorTransformsOptions, in TransposeOpLowering() function in __anon642465890511::TransposeOpLowering
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp3549 class TransposeOpLowering : public ConvertOpToLLVMPattern<TransposeOp> { class