LLVM 22.0.0git
llvm::X86LowerAMXTypePass Class Reference

The pass transforms load/store <256 x i32> to AMX load/store intrinsics or split the data to two <128 x i32>. More...

#include "Target/X86/X86.h"

Inheritance diagram for llvm::X86LowerAMXTypePass:
[legend]

Public Member Functions

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

Detailed Description

The pass transforms load/store <256 x i32> to AMX load/store intrinsics or split the data to two <128 x i32>.

Definition at line 168 of file X86.h.

Constructor & Destructor Documentation

◆ X86LowerAMXTypePass()

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

Definition at line 173 of file X86.h.

Member Function Documentation

◆ isRequired()

bool llvm::X86LowerAMXTypePass::isRequired ( )
inlinestatic

Definition at line 175 of file X86.h.

◆ run()


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