LLVM 24.0.0git
llvm::InstructionSelectPass Class Reference

#include "llvm/CodeGen/GlobalISel/InstructionSelect.h"

Inheritance diagram for llvm::InstructionSelectPass:
[legend]

Public Member Functions

 InstructionSelectPass (CodeGenOptLevel OL=CodeGenOptLevel::Default, bool RequireRegBankSelection=true)
PreservedAnalyses run (MachineFunction &MF, MachineFunctionAnalysisManager &MFAM)
MachineFunctionProperties getRequiredProperties () const
MachineFunctionProperties getSetProperties () const
Public Member Functions inherited from llvm::detail::PassInfoMixin< InstructionSelectPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Additional Inherited Members

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

Detailed Description

Definition at line 92 of file InstructionSelect.h.

Constructor & Destructor Documentation

◆ InstructionSelectPass()

InstructionSelectPass::InstructionSelectPass ( CodeGenOptLevel OL = CodeGenOptLevel::Default,
bool RequireRegBankSelection = true )

Definition at line 78 of file InstructionSelect.cpp.

Member Function Documentation

◆ getRequiredProperties()

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

Definition at line 103 of file InstructionSelect.h.

◆ getSetProperties()

MachineFunctionProperties llvm::InstructionSelectPass::getSetProperties ( ) const
inline

Definition at line 111 of file InstructionSelect.h.

◆ run()


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