|
LLVM 23.0.0git
|
#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< 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")) |
| #define DEBUG_TYPE "bpf-selectiondag-info" |
Definition at line 22 of file BPFSelectionDAGInfo.cpp.
| #define GET_SDNODE_DESC |
Definition at line 17 of file BPFSelectionDAGInfo.cpp.
|
static |
Referenced by llvm::BPFSelectionDAGInfo::getCommonMaxStoresPerMemFunc().