Home
last modified time | relevance | path

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

/external/llvm/lib/Target/WebAssembly/InstPrinter/
DWebAssemblyInstPrinter.cpp148 O << "$pop" << WebAssemblyFunctionInfo::getWARegStackId(WAReg); in printOperand()
150 O << "$push" << WebAssemblyFunctionInfo::getWARegStackId(WAReg); in printOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/InstPrinter/
DWebAssemblyInstPrinter.cpp151 O << "$pop" << WebAssemblyFunctionInfo::getWARegStackId(WAReg); in printOperand()
153 O << "$push" << WebAssemblyFunctionInfo::getWARegStackId(WAReg); in printOperand()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyMachineFunctionInfo.h85 static unsigned getWARegStackId(unsigned Reg) { in getWARegStackId() function
DWebAssemblyAsmPrinter.cpp241 utostr(MFI->getWARegStackId( in EmitInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMachineFunctionInfo.h112 static unsigned getWARegStackId(unsigned Reg) { in getWARegStackId() function
DWebAssemblyAsmPrinter.cpp196 Twine(MFI->getWARegStackId( in EmitInstruction()