LLVM 22.0.0git
llvm::LowerMatrixIntrinsicsPass Class Reference

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

Inheritance diagram for llvm::LowerMatrixIntrinsicsPass:
[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()

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 2842 of file LowerMatrixIntrinsics.cpp.

References printPipeline().

Referenced by printPipeline().

◆ run()


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