Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp43 static void removeRegisterOperands(const MachineInstr *MI, MCInst &OutMI);
268 removeRegisterOperands(MI, OutMI); in lower()
273 static void removeRegisterOperands(const MachineInstr *MI, MCInst &OutMI) { in removeRegisterOperands() function