Searched refs:BPFInstrInfo (Results 1 – 11 of 11) 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()147 void BPFInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB, in loadRegFromStackSlot()164 bool BPFInstrInfo::analyzeBranch(MachineBasicBlock &MBB, in analyzeBranch()218 unsigned BPFInstrInfo::insertBranch(MachineBasicBlock &MBB, in insertBranch()239 unsigned BPFInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch()
13 include "BPFInstrInfo.td"15 def BPFInstrInfo : InstrInfo;52 let InstructionSet = BPFInstrInfo;
33 BPFInstrInfo InstrInfo;76 const BPFInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
24 class BPFInstrInfo : public BPFGenInstrInfo {28 BPFInstrInfo();
23 BPFInstrInfo.cpp
44 const BPFInstrInfo *TII;395 const BPFInstrInfo *TII;
181 const BPFInstrInfo *TII = MF->getSubtarget<BPFSubtarget>().getInstrInfo(); in processAtomicInsts()
49 const BPFInstrInfo *TII;
1 //===-- BPFInstrInfo.td - Target Description for BPF Target ---------------===//
10 ; as declared in the BPFInstrInfo.td.
70 "BPFInstrInfo.cpp",