Searched refs:BPFInstrInfo (Results 1 – 6 of 6) sorted by relevance
31 BPFInstrInfo::BPFInstrInfo() in BPFInstrInfo() function in BPFInstrInfo34 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()
14 include "BPFInstrInfo.td"16 def BPFInstrInfo : InstrInfo;35 let InstructionSet = BPFInstrInfo;
33 BPFInstrInfo InstrInfo;48 const BPFInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
25 class BPFInstrInfo : public BPFGenInstrInfo {29 BPFInstrInfo();
16 BPFInstrInfo.cpp
1 //===-- BPFInstrInfo.td - Target Description for BPF Target ---------------===//