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

  /external/llvm/lib/Target/BPF/
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++ -*-===//
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...]

Completed in 219 milliseconds