Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp46 static void removeRegisterOperands(const MachineInstr *MI, MCInst &OutMI);
271 removeRegisterOperands(MI, OutMI); in Lower()
274 static void removeRegisterOperands(const MachineInstr *MI, MCInst &OutMI) { in removeRegisterOperands() function