LLVM 23.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)

Additional Inherited Members

Static Public Member Functions inherited from llvm::RequiredPassInfoMixin< X86LowerAMXIntrinsicsPass >
static bool isRequired ()
Static Public Member Functions inherited from llvm::PassInfoMixin< X86LowerAMXIntrinsicsPass >
static bool isRequired ()
Static Public Member Functions inherited from llvm::detail::InfoMixin< 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 390 of file X86.h.

Constructor & Destructor Documentation

◆ X86LowerAMXIntrinsicsPass()

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

Definition at line 396 of file X86.h.

Member Function Documentation

◆ run()


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