Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp301 O << "$pop" << WebAssemblyFunctionInfo::getWARegStackId(WAReg); in printOperand()
303 O << "$push" << WebAssemblyFunctionInfo::getWARegStackId(WAReg); in printOperand()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.h156 static unsigned getWARegStackId(unsigned Reg) { in getWARegStackId() function