|
LLVM 22.0.0git
|
#include "BPFRegisterInfo.h"#include "BPFSubtarget.h"#include "llvm/CodeGen/MachineFrameInfo.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/RegisterScavenging.h"#include "llvm/CodeGen/TargetFrameLowering.h"#include "llvm/CodeGen/TargetInstrInfo.h"#include "llvm/IR/DiagnosticInfo.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/ErrorHandling.h"#include "BPFGenRegisterInfo.inc"Go to the source code of this file.
Macros | |
| #define | GET_REGINFO_TARGET_DESC |
Functions | |
| static void | WarnSize (int Offset, MachineFunction &MF, DebugLoc &DL, MachineBasicBlock &MBB) |
Variables | |
| static cl::opt< int > | BPFStackSizeOption ("bpf-stack-size", cl::desc("Specify the BPF stack size limit"), cl::init(512)) |
| #define GET_REGINFO_TARGET_DESC |
Definition at line 25 of file BPFRegisterInfo.cpp.
|
static |
Definition at line 60 of file BPFRegisterInfo.cpp.
References BPFStackSizeOption, DL, F, llvm::MachineFunction::getFunction(), I, MBB, and llvm::Offset.
Referenced by llvm::BPFRegisterInfo::eliminateFrameIndex().
|
static |
Referenced by WarnSize().