LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
ExpandPostRAPseudos.cpp File Reference
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetRegisterInfo.h"
Include dependency graph for ExpandPostRAPseudos.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "postrapseudos"
 

Functions

 INITIALIZE_PASS (ExpandPostRA,"postrapseudos","Post-RA pseudo instruction expansion pass", false, false) void ExpandPostRA
 

Macro Definition Documentation

#define DEBUG_TYPE   "postrapseudos"

Definition at line 15 of file ExpandPostRAPseudos.cpp.

Function Documentation

INITIALIZE_PASS ( ExpandPostRA  ,
"postrapseudos"  ,
"Post-RA pseudo instruction expansion pass ,
false  ,
false   
)

TransferImplicitDefs - MI is a pseudo-instruction, and the lowered replacement instructions immediately precede it. Copy any implicit-def operands from MI to the replacement instruction.

Definition at line 59 of file ExpandPostRAPseudos.cpp.

References llvm::MachineOperand::CreateReg(), llvm::MachineOperand::getReg(), llvm::MachineOperand::isImplicit(), llvm::MachineOperand::isReg(), llvm::MachineOperand::isUse(), and llvm::A64CC::MI.