Home
last modified time | relevance | path

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

/external/llvm/lib/Target/BPF/
DBPFInstrInfo.cpp31 BPFInstrInfo::BPFInstrInfo() in BPFInstrInfo() function in BPFInstrInfo
34 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()
DBPF.td14 include "BPFInstrInfo.td"
16 def BPFInstrInfo : InstrInfo;
35 let InstructionSet = BPFInstrInfo;
DBPFSubtarget.h33 BPFInstrInfo InstrInfo;
48 const BPFInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
DBPFInstrInfo.h25 class BPFInstrInfo : public BPFGenInstrInfo {
29 BPFInstrInfo();
DCMakeLists.txt16 BPFInstrInfo.cpp
DBPFInstrInfo.td1 //===-- BPFInstrInfo.td - Target Description for BPF Target ---------------===//
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFInstrInfo.cpp29 BPFInstrInfo::BPFInstrInfo() in BPFInstrInfo() function in BPFInstrInfo
32 void BPFInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()
46 void BPFInstrInfo::expandMEMCPY(MachineBasicBlock::iterator MI) const { in expandMEMCPY()
116 bool BPFInstrInfo::expandPostRAPseudo(MachineInstr &MI) const { in expandPostRAPseudo()
125 void BPFInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, in storeRegToStackSlot()
148 void BPFInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB, in loadRegFromStackSlot()
165 bool BPFInstrInfo::analyzeBranch(MachineBasicBlock &MBB, in analyzeBranch()
220 unsigned BPFInstrInfo::insertBranch(MachineBasicBlock &MBB, in insertBranch()
241 unsigned BPFInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch()
DBPF.td14 include "BPFInstrInfo.td"
16 def BPFInstrInfo : InstrInfo;
52 let InstructionSet = BPFInstrInfo;
DBPFSubtarget.h34 BPFInstrInfo InstrInfo;
72 const BPFInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
DBPFInstrInfo.h25 class BPFInstrInfo : public BPFGenInstrInfo {
29 BPFInstrInfo();
DCMakeLists.txt18 BPFInstrInfo.cpp
DBPFMIPeephole.cpp42 const BPFInstrInfo *TII;
DBPFInstrInfo.td1 //===-- BPFInstrInfo.td - Target Description for BPF Target ---------------===//