Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp301 O << "$pop" << WebAssemblyFunctionInfo::getWARegStackId(WAReg); in printOperand()
303 O << "$push" << WebAssemblyFunctionInfo::getWARegStackId(WAReg); in printOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.h157 static unsigned getWARegStackId(unsigned Reg) { in getWARegStackId() function