Home
last modified time | relevance | path

Searched refs:InstLower (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAsmPrinter.cpp145 if (!BTF || !BTF->InstLower(MI, TmpInst)) { in emitInstruction()
H A DBTFDebug.h408 bool InstLower(const MachineInstr *MI, MCInst &OutMI);
H A DBTFDebug.cpp1525 bool BTFDebug::InstLower(const MachineInstr *MI, MCInst &OutMI) { in InstLower() function in BTFDebug