LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
llvm::LowerMatrixIntrinsicsPass Class Reference

#include "llvm/Transforms/Scalar/LowerMatrixIntrinsics.h"

Inheritance diagram for llvm::LowerMatrixIntrinsicsPass:
Inheritance graph
[legend]

Public Member Functions

 LowerMatrixIntrinsicsPass (bool Minimal=false)
 
PreservedAnalyses run (Function &F, FunctionAnalysisManager &AM)
 
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 
- Public Member Functions inherited from llvm::PassInfoMixin< LowerMatrixIntrinsicsPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Static Public Member Functions

static bool isRequired ()
 
- Static Public Member Functions inherited from llvm::PassInfoMixin< LowerMatrixIntrinsicsPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.
 

Detailed Description

Definition at line 19 of file LowerMatrixIntrinsics.h.

Constructor & Destructor Documentation

◆ LowerMatrixIntrinsicsPass()

llvm::LowerMatrixIntrinsicsPass::LowerMatrixIntrinsicsPass ( bool  Minimal = false)
inline

Definition at line 24 of file LowerMatrixIntrinsics.h.

Member Function Documentation

◆ isRequired()

static bool llvm::LowerMatrixIntrinsicsPass::isRequired ( )
inlinestatic

Definition at line 28 of file LowerMatrixIntrinsics.h.

◆ printPipeline()

void LowerMatrixIntrinsicsPass::printPipeline ( raw_ostream OS,
function_ref< StringRef(StringRef)>  MapClassName2PassName 
)

Definition at line 2648 of file LowerMatrixIntrinsics.cpp.

References OS, and printPipeline().

Referenced by printPipeline().

◆ run()

PreservedAnalyses LowerMatrixIntrinsicsPass::run ( Function F,
FunctionAnalysisManager AM 
)

The documentation for this class was generated from the following files: