LLVM 23.0.0git
BPFSelectionDAGInfo.cpp File Reference
#include "BPFSelectionDAGInfo.h"
#include "BPFTargetMachine.h"
#include "llvm/CodeGen/SelectionDAG.h"
#include "BPFGenSDNodeInfo.inc"

Go to the source code of this file.

Macros

#define GET_SDNODE_DESC
#define DEBUG_TYPE   "bpf-selectiondag-info"

Variables

static cl::opt< unsignedBPFMaxStoresPerMemFunc ("bpf-max-stores-per-memfunc", cl::Hidden, cl::init(128), cl::desc("Set the maximum number of stores for inlined BPF memory " "intrinsics"))

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "bpf-selectiondag-info"

Definition at line 22 of file BPFSelectionDAGInfo.cpp.

◆ GET_SDNODE_DESC

#define GET_SDNODE_DESC

Definition at line 17 of file BPFSelectionDAGInfo.cpp.

Variable Documentation

◆ BPFMaxStoresPerMemFunc

cl::opt< unsigned > BPFMaxStoresPerMemFunc("bpf-max-stores-per-memfunc", cl::Hidden, cl::init(128), cl::desc("Set the maximum number of stores for inlined BPF memory " "intrinsics")) ( "bpf-max-stores-per-memfunc" ,
cl::Hidden ,
cl::init(128) ,
cl::desc("Set the maximum number of stores for inlined BPF memory " "intrinsics")  )
static