LLVM 22.0.0git
llvm::X86LowerAMXIntrinsicsPass Class Reference

The pass transforms amx intrinsics to scalar operation if the function has optnone attribute or it is O0. More...

#include "Target/X86/X86.h"

Inheritance diagram for llvm::X86LowerAMXIntrinsicsPass:
[legend]

Public Member Functions

 X86LowerAMXIntrinsicsPass (const TargetMachine *TM)
PreservedAnalyses run (Function &F, FunctionAnalysisManager &FAM)
Public Member Functions inherited from llvm::PassInfoMixin< X86LowerAMXIntrinsicsPass >
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< X86LowerAMXIntrinsicsPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

The pass transforms amx intrinsics to scalar operation if the function has optnone attribute or it is O0.

Definition at line 191 of file X86.h.

Constructor & Destructor Documentation

◆ X86LowerAMXIntrinsicsPass()

llvm::X86LowerAMXIntrinsicsPass::X86LowerAMXIntrinsicsPass ( const TargetMachine * TM)
inline

Definition at line 197 of file X86.h.

Member Function Documentation

◆ isRequired()

bool llvm::X86LowerAMXIntrinsicsPass::isRequired ( )
inlinestatic

Definition at line 199 of file X86.h.

◆ run()


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