Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
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()
H A DBPF.td13 include "BPFInstrInfo.td"
16 def BPFInstrInfo : InstrInfo;
54 let InstructionSet = BPFInstrInfo;
H A DBPFInstrInfo.h24 class BPFInstrInfo : public BPFGenInstrInfo {
28 BPFInstrInfo();
H A DBPFSubtarget.h38 BPFInstrInfo InstrInfo;
98 const BPFInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
H A DBPFMIChecking.cpp181 const BPFInstrInfo *TII = MF->getSubtarget<BPFSubtarget>().getInstrInfo(); in processAtomicInsts()
H A DBPFMIPeephole.cpp47 const BPFInstrInfo *TII;
308 const BPFInstrInfo *TII;
H A DBPFMISimplifyPatchable.cpp49 const BPFInstrInfo *TII;
H A DBPFInstrInfo.td1 //===-- BPFInstrInfo.td - Target Description for BPF Target ---------------===//
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/GISel/
H A DBPFInstructionSelector.cpp46 const BPFInstrInfo &TII;
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1390 SRCS_MIN+= Target/BPF/BPFInstrInfo.cpp