LLVM API Documentation
#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 "llvm/Target/TargetSubtargetInfo.h"
Go to the source code of this file.
Defines | |
| #define | DEBUG_TYPE "postrapseudos" |
Functions | |
| INITIALIZE_PASS (ExpandPostRA,"postrapseudos","Post-RA pseudo instruction expansion pass", false, false) void ExpandPostRA | |
| #define DEBUG_TYPE "postrapseudos" |
Definition at line 29 of file ExpandPostRAPseudos.cpp.
| 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 62 of file ExpandPostRAPseudos.cpp.
References llvm::MachineOperand::CreateReg(), llvm::MachineOperand::getReg(), llvm::MachineOperand::isImplicit(), llvm::MachineOperand::isReg(), llvm::MachineOperand::isUse(), and llvm::AArch64CC::MI.