LLVM 19.0.0git
Macros | Functions
AVRExpandPseudoInsts.cpp File Reference
#include "AVR.h"
#include "AVRInstrInfo.h"
#include "AVRTargetMachine.h"
#include "MCTargetDesc/AVRMCTargetDesc.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/TargetRegisterInfo.h"

Go to the source code of this file.

Macros

#define AVR_EXPAND_PSEUDO_NAME   "AVR pseudo instruction expansion pass"
 
#define EXPAND(Op)
 

Functions

 INITIALIZE_PASS (AVRExpandPseudo, "avr-expand-pseudo", AVR_EXPAND_PSEUDO_NAME, false, false) namespace llvm
 

Macro Definition Documentation

◆ AVR_EXPAND_PSEUDO_NAME

#define AVR_EXPAND_PSEUDO_NAME   "AVR pseudo instruction expansion pass"

Definition at line 27 of file AVRExpandPseudoInsts.cpp.

◆ EXPAND

#define EXPAND (   Op)
Value:
case Op: \
return expand<Op>(MBB, MI)
MachineBasicBlock & MBB
IRTranslator LLVM IR MI
DWARFExpression::Operation Op

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( AVRExpandPseudo  ,
"avr-expand-pseudo"  ,
AVR_EXPAND_PSEUDO_NAME  ,
false  ,
false   
)

Definition at line 2644 of file AVRExpandPseudoInsts.cpp.

References llvm::createAVRExpandPseudoPass().