LLVM 19.0.0git
Namespaces | Macros | Functions | Variables
AArch64PostSelectOptimize.cpp File Reference
#include "AArch64.h"
#include "AArch64TargetMachine.h"
#include "MCTargetDesc/AArch64MCTargetDesc.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/CodeGen/GlobalISel/Utils.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineOperand.h"
#include "llvm/CodeGen/TargetPassConfig.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Macros

#define DEBUG_TYPE   "aarch64-post-select-optimize"
 

Functions

unsigned getNonFlagSettingVariant (unsigned Opc)
 
 INITIALIZE_PASS_BEGIN (AArch64PostSelectOptimize, DEBUG_TYPE, "Optimize AArch64 selected instructions", false, false) INITIALIZE_PASS_END(AArch64PostSelectOptimize
 
FunctionPassllvm::createAArch64PostSelectOptimize ()
 

Variables

 DEBUG_TYPE
 
Optimize AArch64 selected instructions
 
Optimize AArch64 selected false
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "aarch64-post-select-optimize"

Definition at line 27 of file AArch64PostSelectOptimize.cpp.

Function Documentation

◆ getNonFlagSettingVariant()

unsigned getNonFlagSettingVariant ( unsigned  Opc)

Definition at line 66 of file AArch64PostSelectOptimize.cpp.

◆ INITIALIZE_PASS_BEGIN()

INITIALIZE_PASS_BEGIN ( AArch64PostSelectOptimize  ,
DEBUG_TYPE  ,
"Optimize AArch64 selected instructions"  ,
false  ,
false   
)

Variable Documentation

◆ DEBUG_TYPE

DEBUG_TYPE

Definition at line 252 of file AArch64PostSelectOptimize.cpp.

◆ false

Optimize AArch64 selected false

Definition at line 253 of file AArch64PostSelectOptimize.cpp.

◆ instructions

Optimize AArch64 selected instructions

Definition at line 253 of file AArch64PostSelectOptimize.cpp.