Home
last modified time | relevance | path

Searched refs:BPFInstrInfo (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/BPF/
DBPFInstrInfo.cpp31 BPFInstrInfo::BPFInstrInfo() in BPFInstrInfo() function in BPFInstrInfo
34 void BPFInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()
45 void BPFInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, in storeRegToStackSlot()
63 void BPFInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB, in loadRegFromStackSlot()
78 bool BPFInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB, in AnalyzeBranch()
133 unsigned BPFInstrInfo::InsertBranch(MachineBasicBlock &MBB, in InsertBranch()
151 unsigned BPFInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { in RemoveBranch()
DBPF.td14 include "BPFInstrInfo.td"
16 def BPFInstrInfo : InstrInfo;
35 let InstructionSet = BPFInstrInfo;
DBPFSubtarget.h33 BPFInstrInfo InstrInfo;
48 const BPFInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
DBPFInstrInfo.h25 class BPFInstrInfo : public BPFGenInstrInfo {
29 BPFInstrInfo();
DCMakeLists.txt16 BPFInstrInfo.cpp
DBPFInstrInfo.td1 //===-- BPFInstrInfo.td - Target Description for BPF Target ---------------===//