|
LLVM
8.0.1
|
#include "BPFRegisterInfo.h"#include "BPF.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/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) |
| #define GET_REGINFO_TARGET_DESC |
Definition at line 26 of file BPFRegisterInfo.cpp.
|
static |
Definition at line 45 of file BPFRegisterInfo.cpp.
References llvm::LLVMContext::diagnose(), F(), llvm::Function::getContext(), and llvm::MachineFunction::getFunction().
Referenced by llvm::BPFRegisterInfo::eliminateFrameIndex().
1.8.13