LLVM 19.0.0git
Macros | Functions
ARMFixCortexA57AES1742098Pass.cpp File Reference
#include "ARM.h"
#include "ARMBaseInstrInfo.h"
#include "ARMBaseRegisterInfo.h"
#include "ARMSubtarget.h"
#include "Utils/ARMBaseInfo.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineInstrBundleIterator.h"
#include "llvm/CodeGen/MachineOperand.h"
#include "llvm/CodeGen/ReachingDefAnalysis.h"
#include "llvm/CodeGen/Register.h"
#include "llvm/CodeGen/TargetRegisterInfo.h"
#include "llvm/IR/DebugLoc.h"
#include "llvm/InitializePasses.h"
#include "llvm/MC/MCInstrDesc.h"
#include "llvm/Pass.h"
#include "llvm/PassRegistry.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include <assert.h>
#include <stdint.h>

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "arm-fix-cortex-a57-aes-1742098"
 

Functions

 INITIALIZE_PASS_BEGIN (ARMFixCortexA57AES1742098, DEBUG_TYPE, "ARM fix for Cortex-A57 AES Erratum 1742098", false, false) INITIALIZE_PASS_DEPENDENCY(ReachingDefAnalysis)
 
 INITIALIZE_PASS_END (ARMFixCortexA57AES1742098, DEBUG_TYPE, "ARM fix for Cortex-A57 AES Erratum 1742098", false, false) bool ARMFixCortexA57AES1742098
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "arm-fix-cortex-a57-aes-1742098"

Definition at line 66 of file ARMFixCortexA57AES1742098Pass.cpp.

Function Documentation

◆ INITIALIZE_PASS_BEGIN()

INITIALIZE_PASS_BEGIN ( ARMFixCortexA57AES1742098  ,
DEBUG_TYPE  ,
"ARM fix for Cortex-A57 AES Erratum 1742098"  ,
false  ,
false   
)

◆ INITIALIZE_PASS_END()

INITIALIZE_PASS_END ( ARMFixCortexA57AES1742098  ,
DEBUG_TYPE  ,
"ARM fix for Cortex-A57 AES Erratum 1742098"  ,
false  ,
false   
)

Definition at line 122 of file ARMFixCortexA57AES1742098Pass.cpp.

References MI.