Searched refs:BPFInstrInfo (Results 1 – 10 of 10) sorted by relevance
28 BPFInstrInfo::BPFInstrInfo() in BPFInstrInfo() function in BPFInstrInfo31 void BPFInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()45 void BPFInstrInfo::expandMEMCPY(MachineBasicBlock::iterator MI) const { in expandMEMCPY()115 bool BPFInstrInfo::expandPostRAPseudo(MachineInstr &MI) const { in expandPostRAPseudo()124 void BPFInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, in storeRegToStackSlot()148 void BPFInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB, in loadRegFromStackSlot()166 bool BPFInstrInfo::analyzeBranch(MachineBasicBlock &MBB, in analyzeBranch()220 unsigned BPFInstrInfo::insertBranch(MachineBasicBlock &MBB, in insertBranch()241 unsigned BPFInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch()
13 include "BPFInstrInfo.td"16 def BPFInstrInfo : InstrInfo;54 let InstructionSet = BPFInstrInfo;
24 class BPFInstrInfo : public BPFGenInstrInfo {28 BPFInstrInfo();
38 BPFInstrInfo InstrInfo;98 const BPFInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
181 const BPFInstrInfo *TII = MF->getSubtarget<BPFSubtarget>().getInstrInfo(); in processAtomicInsts()
47 const BPFInstrInfo *TII;308 const BPFInstrInfo *TII;
49 const BPFInstrInfo *TII;
1 //===-- BPFInstrInfo.td - Target Description for BPF Target ---------------===//
46 const BPFInstrInfo &TII;
1390 SRCS_MIN+= Target/BPF/BPFInstrInfo.cpp