|
LLVM 24.0.0git
|
#include "llvm/CodeGen/GlobalISel/InstructionSelect.h"
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. | |
Definition at line 92 of file InstructionSelect.h.
| InstructionSelectPass::InstructionSelectPass | ( | CodeGenOptLevel | OL = CodeGenOptLevel::Default, |
| bool | RequireRegBankSelection = true ) |
Definition at line 78 of file InstructionSelect.cpp.
|
inline |
Definition at line 103 of file InstructionSelect.h.
|
inline |
Definition at line 111 of file InstructionSelect.h.
| PreservedAnalyses InstructionSelectPass::run | ( | MachineFunction & | MF, |
| MachineFunctionAnalysisManager & | MFAM ) |
Definition at line 419 of file InstructionSelect.cpp.
References _, llvm::PreservedAnalyses::all(), Changed, llvm::MachineFunction::getFunction(), llvm::getMachineFunctionPassPreservedAnalyses(), llvm::GlobalValue::getParent(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and llvm::reportFatalUsageError().