Searched refs:BPFInstrInfo (Results 1 – 13 of 13) sorted by relevance
/external/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.cpp | 31 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()
|
D | BPF.td | 14 include "BPFInstrInfo.td" 16 def BPFInstrInfo : InstrInfo; 35 let InstructionSet = BPFInstrInfo;
|
D | BPFSubtarget.h | 33 BPFInstrInfo InstrInfo; 48 const BPFInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
|
D | BPFInstrInfo.h | 25 class BPFInstrInfo : public BPFGenInstrInfo { 29 BPFInstrInfo();
|
D | CMakeLists.txt | 16 BPFInstrInfo.cpp
|
D | BPFInstrInfo.td | 1 //===-- BPFInstrInfo.td - Target Description for BPF Target ---------------===//
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.cpp | 29 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()
|
D | BPF.td | 14 include "BPFInstrInfo.td" 16 def BPFInstrInfo : InstrInfo; 52 let InstructionSet = BPFInstrInfo;
|
D | BPFSubtarget.h | 34 BPFInstrInfo InstrInfo; 72 const BPFInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
|
D | BPFInstrInfo.h | 25 class BPFInstrInfo : public BPFGenInstrInfo { 29 BPFInstrInfo();
|
D | CMakeLists.txt | 18 BPFInstrInfo.cpp
|
D | BPFMIPeephole.cpp | 42 const BPFInstrInfo *TII;
|
D | BPFInstrInfo.td | 1 //===-- BPFInstrInfo.td - Target Description for BPF Target ---------------===//
|