LLVM 20.0.0git
|
#include "X86.h"
#include "X86InstrBuilder.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/TargetOpcodes.h"
#include "llvm/CodeGen/TargetRegisterInfo.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/IR/Attributes.h"
#include "llvm/IR/Function.h"
#include "llvm/InitializePasses.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 36 of file X86ArgumentStackSlotRebase.cpp.
|
static |
Definition at line 68 of file X86ArgumentStackSlotRebase.cpp.
References llvm::CallingConv::C, CC, 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 61 of file X86ArgumentStackSlotRebase.cpp.