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

  /external/llvm/lib/Target/BPF/
BPFMCInstLower.h 1 //===-- BPFMCInstLower.h - Lower MachineInstr to MCInst ---------*- C++ -*-===//
26 // BPFMCInstLower - This class is used to lower an MachineInstr into an MCInst.
27 class LLVM_LIBRARY_VISIBILITY BPFMCInstLower {
33 BPFMCInstLower(MCContext &ctx, AsmPrinter &printer)
BPFMCInstLower.cpp 1 //=-- BPFMCInstLower.cpp - Convert BPF MachineInstr to an MCInst ------------=//
15 #include "BPFMCInstLower.h"
28 BPFMCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const {
32 MCOperand BPFMCInstLower::LowerSymbolOperand(const MachineOperand &MO,
43 void BPFMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
BPFAsmPrinter.cpp 17 #include "BPFMCInstLower.h"
49 BPFMCInstLower MCInstLowering(OutContext, *this);

Completed in 843 milliseconds