LLVM 23.0.0git
llvm::AArch64PostLegalizerCombinerPass Class Reference

#include "Target/AArch64/AArch64.h"

Inheritance diagram for llvm::AArch64PostLegalizerCombinerPass:
[legend]

Public Member Functions

 AArch64PostLegalizerCombinerPass (const AArch64TargetMachine *TM)
 AArch64PostLegalizerCombinerPass (AArch64PostLegalizerCombinerPass &&)
 ~AArch64PostLegalizerCombinerPass ()
PreservedAnalyses run (MachineFunction &MF, MachineFunctionAnalysisManager &MFAM)
MachineFunctionProperties getRequiredProperties () const
Public Member Functions inherited from llvm::PassInfoMixin< AArch64PostLegalizerCombinerPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Additional Inherited Members

Static Public Member Functions inherited from llvm::PassInfoMixin< AArch64PostLegalizerCombinerPass >
static bool isRequired ()
Static Public Member Functions inherited from llvm::detail::InfoMixin< AArch64PostLegalizerCombinerPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

Definition at line 109 of file AArch64.h.

Constructor & Destructor Documentation

◆ AArch64PostLegalizerCombinerPass() [1/2]

Combine AArch64 MachineInstrs after false AArch64PostLegalizerCombinerPass::AArch64PostLegalizerCombinerPass ( const AArch64TargetMachine * TM)

◆ AArch64PostLegalizerCombinerPass() [2/2]

AArch64PostLegalizerCombinerPass::AArch64PostLegalizerCombinerPass ( AArch64PostLegalizerCombinerPass && )
default

◆ ~AArch64PostLegalizerCombinerPass()

AArch64PostLegalizerCombinerPass::~AArch64PostLegalizerCombinerPass ( )
default

Member Function Documentation

◆ getRequiredProperties()

MachineFunctionProperties llvm::AArch64PostLegalizerCombinerPass::getRequiredProperties ( ) const
inline

◆ run()


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