Home
last modified time | relevance | path

Searched refs:TransposeOpLowering (Results 1 – 6 of 6) 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
300 ReturnOpLowering, TransposeOpLowering>(&getContext()); in runOnFunction()
/external/llvm-project/mlir/examples/toy/Ch6/mlir/
DLowerToAffineLoops.cpp219 struct TransposeOpLowering : public ConversionPattern { struct
220 TransposeOpLowering(MLIRContext *ctx) in TransposeOpLowering() argument
299 ReturnOpLowering, TransposeOpLowering>(&getContext()); in runOnFunction()
/external/llvm-project/mlir/examples/toy/Ch5/mlir/
DLowerToAffineLoops.cpp220 struct TransposeOpLowering : public ConversionPattern { struct
221 TransposeOpLowering(MLIRContext *ctx) in TransposeOpLowering() function
300 ReturnOpLowering, TransposeOpLowering>(&getContext()); in runOnFunction()
/external/llvm-project/mlir/docs/Tutorials/Toy/
DCh-5.md103 struct TransposeOpLowering : public mlir::ConversionPattern {
104 TransposeOpLowering(mlir::MLIRContext *ctx)
149 patterns.insert<..., TransposeOpLowering>(&getContext());
/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
2620 patterns.insert<TransposeOpLowering, in populateVectorContractLoweringPatterns()
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp3549 class TransposeOpLowering : public ConvertOpToLLVMPattern<TransposeOp> { class
4011 TransposeOpLowering, in populateStdToLLVMMemoryConversionPatterns()