OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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"
29
BPFMCInstLower
::GetGlobalAddressSymbol(const MachineOperand &MO) const {
33
MCOperand
BPFMCInstLower
::LowerSymbolOperand(const MachineOperand &MO,
44
void
BPFMCInstLower
::Lower(const MachineInstr *MI, MCInst &OutMI) const {
BPFAsmPrinter.cpp
17
#include "
BPFMCInstLower
.h"
77
BPFMCInstLower
MCInstLowering(OutContext, *this);
Completed in 72 milliseconds