|
LLVM 22.0.0git
|
#include "X86.h"#include "X86MachineFunctionInfo.h"#include "X86RegisterInfo.h"#include "X86Subtarget.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/CodeGen/MachineFrameInfo.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/MachineOperand.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/CodeGen/TargetRegisterInfo.h"#include "llvm/CodeGen/TargetSubtargetInfo.h"#include "llvm/IR/Attributes.h"#include "llvm/IR/Function.h"#include "llvm/Pass.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "x86argumentstackrebase" |
Functions | |
| INITIALIZE_PASS (X86ArgumentStackSlotPass, DEBUG_TYPE, "Argument Stack Rebase", false, false) FunctionPass *llvm | |
| static Register | getArgBaseReg (MachineFunction &MF) |
| #define DEBUG_TYPE "x86argumentstackrebase" |
Definition at line 33 of file X86ArgumentStackSlotRebase.cpp.
|
static |
Definition at line 63 of file X86ArgumentStackSlotRebase.cpp.
References llvm::CallingConv::C, F, llvm::MachineFunction::getFunction(), llvm::MachineFunction::getRegInfo(), llvm::MachineFunction::getSubtarget(), MRI, and llvm::CallingConv::X86_RegCall.
| INITIALIZE_PASS | ( | X86ArgumentStackSlotPass | , |
| DEBUG_TYPE | , | ||
| "Argument Stack Rebase" | , | ||
| false | , | ||
| false | ) |
Definition at line 56 of file X86ArgumentStackSlotRebase.cpp.
References llvm::createX86ArgumentStackSlotPass(), and DEBUG_TYPE.