|
LLVM
8.0.1
|
#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/RegisterScavenging.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 | |
| #define AVR_EXPAND_PSEUDO_NAME "AVR pseudo instruction expansion pass" |
Definition at line 29 of file AVRExpandPseudoInsts.cpp.
| INITIALIZE_PASS | ( | AVRExpandPseudo | , |
| "avr-expand-pseudo" | , | ||
| AVR_EXPAND_PSEUDO_NAME | , | ||
| false | , | ||
| false | |||
| ) |
Definition at line 1582 of file AVRExpandPseudoInsts.cpp.
References llvm::createAVRExpandPseudoPass().
1.8.13