LLVM 19.0.0git
Macros
BPFISelDAGToDAG.cpp File Reference
#include "BPF.h"
#include "BPFRegisterInfo.h"
#include "BPFSubtarget.h"
#include "BPFTargetMachine.h"
#include "llvm/CodeGen/FunctionLoweringInfo.h"
#include "llvm/CodeGen/MachineConstantPool.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/SelectionDAGISel.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/IntrinsicsBPF.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Endian.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetMachine.h"
#include "BPFGenDAGISel.inc"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "bpf-isel"
 
#define PASS_NAME   "BPF DAG->DAG Pattern Instruction Selection"
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "bpf-isel"

Definition at line 36 of file BPFISelDAGToDAG.cpp.

◆ PASS_NAME

#define PASS_NAME   "BPF DAG->DAG Pattern Instruction Selection"

Definition at line 37 of file BPFISelDAGToDAG.cpp.