Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/InstPrinter/
H A DWebAssemblyInstPrinter.cpp226 O << "$pop" << WebAssemblyFunctionInfo::getWARegStackId(WAReg); in printOperand()
228 O << "$push" << WebAssemblyFunctionInfo::getWARegStackId(WAReg); in printOperand()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.h117 static unsigned getWARegStackId(unsigned Reg) { in getWARegStackId() function