Home
last modified time | relevance | path

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

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