HomeSort by relevance Sort by last modified time
    Searched refs:BPFInstrInfo (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/BPF/
BPFSubtarget.h 19 #include "BPFInstrInfo.h"
33 BPFInstrInfo InstrInfo;
48 const BPFInstrInfo *getInstrInfo() const override { return &InstrInfo; }
BPFInstrInfo.cpp 1 //===-- BPFInstrInfo.cpp - BPF Instruction Information ----------*- C++ -*-===//
15 #include "BPFInstrInfo.h"
31 BPFInstrInfo::BPFInstrInfo()
34 void BPFInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
45 void BPFInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB,
63 void BPFInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB,
78 bool BPFInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
133 unsigned BPFInstrInfo::InsertBranch(MachineBasicBlock &MBB,
151 unsigned BPFInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const
    [all...]
BPFInstrInfo.h 1 //===-- BPFInstrInfo.h - BPF Instruction Information ------------*- C++ -*-===//
25 class BPFInstrInfo : public BPFGenInstrInfo {
29 BPFInstrInfo();

Completed in 2597 milliseconds