|
LLVM 22.0.0git
|
The pass transforms amx intrinsics to scalar operation if the function has optnone attribute or it is O0. More...
#include "Target/X86/X86.h"
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. | |
The pass transforms amx intrinsics to scalar operation if the function has optnone attribute or it is O0.
|
inline |
|
inlinestatic |
| PreservedAnalyses X86LowerAMXIntrinsicsPass::run | ( | Function & | F, |
| FunctionAnalysisManager & | FAM ) |
Definition at line 646 of file X86LowerAMXIntrinsics.cpp.
References llvm::PreservedAnalyses::all(), Changed, F, FAM, llvm::PreservedAnalyses::none(), and llvm::PreservedAnalyses::preserve().