Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp28 BPFInstrInfo::BPFInstrInfo() in BPFInstrInfo() function in BPFInstrInfo
31 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()
H A DBPF.td13 include "BPFInstrInfo.td"
15 def BPFInstrInfo : InstrInfo;
52 let InstructionSet = BPFInstrInfo;
H A DBPFSubtarget.h33 BPFInstrInfo InstrInfo;
76 const BPFInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
H A DBPFInstrInfo.h24 class BPFInstrInfo : public BPFGenInstrInfo {
28 BPFInstrInfo();
H A DCMakeLists.txt23 BPFInstrInfo.cpp
H A DBPFMIPeephole.cpp44 const BPFInstrInfo *TII;
395 const BPFInstrInfo *TII;
H A DBPFMIChecking.cpp181 const BPFInstrInfo *TII = MF->getSubtarget<BPFSubtarget>().getInstrInfo(); in processAtomicInsts()
H A DBPFMISimplifyPatchable.cpp49 const BPFInstrInfo *TII;
H A DBPFInstrInfo.td1 //===-- BPFInstrInfo.td - Target Description for BPF Target ---------------===//
/llvm-project-15.0.7/llvm/test/CodeGen/BPF/
H A Dobjdump_fi_ri.ll10 ; as declared in the BPFInstrInfo.td.
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/BPF/
H A DBUILD.gn70 "BPFInstrInfo.cpp",