Home
last modified time | relevance | path

Searched refs:BPFMCInstLower (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMCInstLower.cpp27 BPFMCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const { in GetGlobalAddressSymbol()
32 BPFMCInstLower::GetExternalSymbolSymbol(const MachineOperand &MO) const { in GetExternalSymbolSymbol()
36 MCOperand BPFMCInstLower::LowerSymbolOperand(const MachineOperand &MO, in LowerSymbolOperand()
47 void BPFMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower()
H A DBPFMCInstLower.h24 class LLVM_LIBRARY_VISIBILITY BPFMCInstLower {
30 BPFMCInstLower(MCContext &ctx, AsmPrinter &printer) in BPFMCInstLower() function
H A DBPFAsmPrinter.cpp147 BPFMCInstLower MCInstLowering(OutContext, *this); in emitInstruction()
/freebsd/lib/clang/libllvm/
H A DMakefile1524 SRCS_MIN+= Target/BPF/BPFMCInstLower.cpp