14 #ifndef LLVM_LIB_TARGET_BPF_BPFSUBTARGET_H
15 #define LLVM_LIB_TARGET_BPF_BPFSUBTARGET_H
25 #define GET_SUBTARGETINFO_HEADER
26 #include "BPFGenSubtargetInfo.inc"
32 virtual void anchor();
50 return &FrameLowering;
void ParseSubtargetFeatures(StringRef CPU, StringRef FS)
const BPFTargetLowering * getTargetLowering() const override
BPFSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, const TargetMachine &TM)
const BPFInstrInfo * getInstrInfo() const override
Targets can subclass this to parameterize the SelectionDAG lowering and instruction selection process...
TargetRegisterInfo base class - We assume that the target defines a static array of TargetRegisterDes...
const TargetRegisterInfo * getRegisterInfo() const override
Triple - Helper class for working with autoconf configuration names.
const BPFFrameLowering * getFrameLowering() const override
const BPFRegisterInfo & getRegisterInfo() const
const SelectionDAGTargetInfo * getSelectionDAGInfo() const override
Primary interface to the complete machine description for the target machine.
StringRef - Represent a constant reference to a string, i.e.