|
LLVM 22.0.0git
|
#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) FunctionPass *llvm | |
| #define AVR_EXPAND_PSEUDO_NAME "AVR pseudo instruction expansion pass" |
Definition at line 27 of file AVRExpandPseudoInsts.cpp.
Referenced by INITIALIZE_PASS().
| #define EXPAND | ( | Op | ) |
Referenced by llvm::X86TargetLowering::getTargetNodeName().
| INITIALIZE_PASS | ( | AVRExpandPseudo | , |
| "avr-expand-pseudo" | , | ||
| AVR_EXPAND_PSEUDO_NAME | , | ||
| false | , | ||
| false | ) |
Definition at line 2662 of file AVRExpandPseudoInsts.cpp.
References AVR_EXPAND_PSEUDO_NAME, and llvm::createAVRExpandPseudoPass().