HomeSort by relevance Sort by last modified time
    Searched refs:BPFInstrInfo (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/BPF/
BPFSubtarget.h 19 #include "BPFInstrInfo.h"
33 BPFInstrInfo InstrInfo;
48 const BPFInstrInfo *getInstrInfo() const override { return &InstrInfo; }
BPFInstrInfo.cpp 1 //===-- BPFInstrInfo.cpp - BPF Instruction Information ----------*- C++ -*-===//
15 #include "BPFInstrInfo.h"
31 BPFInstrInfo::BPFInstrInfo()
34 void BPFInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
45 void BPFInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB,
63 void BPFInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB,
78 bool BPFInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
133 unsigned BPFInstrInfo::InsertBranch(MachineBasicBlock &MBB,
151 unsigned BPFInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const
    [all...]
BPFInstrInfo.h 1 //===-- BPFInstrInfo.h - BPF Instruction Information ------------*- C++ -*-===//
25 class BPFInstrInfo : public BPFGenInstrInfo {
29 BPFInstrInfo();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFSubtarget.h 19 #include "BPFInstrInfo.h"
34 BPFInstrInfo InstrInfo;
72 const BPFInstrInfo *getInstrInfo() const override { return &InstrInfo; }
BPFInstrInfo.h 1 //===-- BPFInstrInfo.h - BPF Instruction Information ------------*- C++ -*-===//
25 class BPFInstrInfo : public BPFGenInstrInfo {
29 BPFInstrInfo();
BPFInstrInfo.cpp 1 //===-- BPFInstrInfo.cpp - BPF Instruction Information ----------*- C++ -*-===//
14 #include "BPFInstrInfo.h"
29 BPFInstrInfo::BPFInstrInfo()
32 void BPFInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
46 void BPFInstrInfo::expandMEMCPY(MachineBasicBlock::iterator MI) const {
116 bool BPFInstrInfo::expandPostRAPseudo(MachineInstr &MI) const {
125 void BPFInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB,
148 void BPFInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB,
165 bool BPFInstrInfo::analyzeBranch(MachineBasicBlock &MBB
    [all...]
BPFMIPeephole.cpp 25 #include "BPFInstrInfo.h"
42 const BPFInstrInfo *TII;

Completed in 3615 milliseconds