|
LLVM 22.0.0git
|
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"
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. | |
The pass transforms load/store <256 x i32> to AMX load/store intrinsics or split the data to two <128 x i32>.
|
inline |
| PreservedAnalyses X86LowerAMXTypePass::run | ( | Function & | F, |
| FunctionAnalysisManager & | FAM ) |
Definition at line 1477 of file X86LowerAMXType.cpp.
References llvm::PreservedAnalyses::all(), Changed, F, FAM, llvm::PreservedAnalyses::none(), and llvm::PreservedAnalyses::preserveSet().